Change GUI

How do I change the gui of retroarch layout from sort of “playstation” to my custom layout? I am creating a dashboard design in bootstrap. So is it possible to replace it with a web page or would Android sdk work? If any advice and if so, what files do I configure to make it work?

The menu system is written in C and is isn’t easily replaced with a web page, etc. If you’re planning to use Android, RetroArch supports “intents” that you can use to launch it from your own interface, though you won’t be able to interact directly with settings, etc.