Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: simplest frontend for launching a dozen Linux commands?  (Read 2624 times)

0 Members and 1 Guest are viewing this topic.

JoeStrout

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 94
  • Last login:August 13, 2021, 02:26:49 pm
simplest frontend for launching a dozen Linux commands?
« on: July 28, 2015, 05:20:39 pm »
My boys and I are building an RPi-based mini-arcade machine (based on an iCade cabinet and an IPAC joystick).  Actually, we had this all working nicely with a Mac Mini hanging out the back, but it looked ghetto, and now we want to package it all nice and neat based on the much smaller RPi.

We are going to have fewer than a dozen games — we believe in the "less is more" philosophy on these things.  We have the command-line command to launch each one exactly the way we want it.  Now we just need a frontend.

I see that a lot of people use AdvMENU, but when we looked at that — oi, it seems like we're going to be fighting it every step of the way.  It wants to auto-discover ROMs, and divide them up by emulator, and construct the command line out of a bunch of different parts, specified in different places, some of them outside my control.

All I want is to display a dozen images, which the user can cycle through with the joystick, and when they smack a button, it executes the Linux command I specify in a config file.  Is there such a thing?

If not, and we resort to writing it ourselves, what would you recommend — pygame?  Pi3D?  Something else?  (I'm not a huge fan of Python anymore, but our options on RPi are pretty limited, and it's not like this will be a complex program.)

Or should we just suck it up and wrestle AdvMENU into submission?