Hi,
I am a developer who makes NES games, my most recent being Witch n’ Wiz (https://mhughson.itch.io/witch-n-wiz).
I am considering how to bring my game to more platforms (Steam, XBOX, Switch, etc), and one idea that comes to mind is using some form of libretro to “wrap” the game up as a stand-alone executable. I have a few questions in this regard:
- Is there already a good “single game” libretro frontend? I found a few “bare bones” frontends, mostly for example purposes, but they often miss things that I would consider must have (eg. controller support, remapping input, fullscreen, etc).
- Assuming one doesn’t exist, would this make a good Bounty?
- Assuming one doesn’t exist, and I wish to build my own, what would you recommend: a) Start with RetroArch, and strip out everything I don’t need, or b) Start with a bare-bones frontend, and add all the features I need?
The end goal would be to have a front end that doesn’t feel like an emulator, and instead like a native menu on top of a “retro-looking” game.
Thanks!