Hello MAME team! How can I create a frontend for MAME? What programs do I need to use to create a frontend?
I hope you can help me. I look forward to your replies. Greetings from Argentina!
Hi. I get the feeling that you do not fully understand what it takes to do such a thing. First and foremost, you would need to learn how to develop software using a programming language. I assume (but you know what happens when we assUme) it would likely be something like C or C++.
There are quite a few (self-study) books out there that can teach you how to program in C++. It will teach you how to write software using that language, and (presumably) how to use developer tools like an IDE and a compiler. The platform you would want your software to run on (MS-Windows, Linux, MacOS) will most likely help determine what specific developer tools that would be.jdv40 wrote: ↑Wed Nov 19, 2025 2:04 pm Hello again, I know a little about C++ programming, but I don't know how to start using the program. Perhaps a tutorial on any platform could help me learn. I hope you understand my message here. Note: I use Google Translate, and the words I type aren't always accurate. I look forward to your reply. Greetings again.
Thanks for the correction.
It may not be a bad idea to look at some other MAME frontends and see if there are any that are open source that you can pour through the code to see how it works. If you find one you like, maybe try to fork it to get used to making changes and adding or changing features. That's how I'd start.