neophob / wpc-emu

Williams Pinball machine emulator, Play it @
https://playfield.dev
Apache License 2.0
70 stars 12 forks source link

Running on ARM system such a Pi utilising GPIO #150

Open retrorepair opened 1 month ago

retrorepair commented 1 month ago

I have a MAD idea that I want to build a 1:2 scale pinball cabinet and have already got a lot of the hardware put together, I'm struggling with the software though.

Would it be possible to have this run on something like a RPi and use it's GPIO for things like DMD, switch and lamp matrix etc? I have a Beaglebone Black which isn't exactly fast but think it may cope with this? Depending on the overheads and what framework may be needed.

neophob commented 1 month ago

That might work, you can adapt the ui route (ws) as datasource, then you should be able to drive your led's, switches and dmd

mkalkbrenner commented 1 month ago

I don't want to hijack this. @retrorepair but maybe https://github.com/PPUC is what you're looking for.