Page 1 of 1

frontend for mame

Posted: Mon Nov 17, 2025 11:40 pm
by jdv40
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!

Re: frontend for mame

Posted: Tue Nov 18, 2025 7:23 pm
by mhoes
jdv40 wrote: Mon Nov 17, 2025 11:40 pm 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++.

Greetings back to Argentina!

Re: frontend for mame

Posted: Wed Nov 19, 2025 2:04 pm
by jdv40
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.

Re: frontend for mame

Posted: Wed Nov 19, 2025 2:48 pm
by mhoes
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.
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 (probably) 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 ones that would be.

However, I have no personal experience with any of such books so I cannot make any recommendations myself here. Perhaps other people can.

And again, I think you are greatly underestimating what skill set(s) it would take to create software in general, and a front-end in particular.