wizzomafizzo / tapto

Launch games using physical objects
GNU General Public License v3.0
64 stars 9 forks source link

Making TapTo platform agnostic #63

Open wizzomafizzo opened 3 weeks ago

wizzomafizzo commented 3 weeks ago

Some things I've noted while trying TapTo out on Batocera and Raspbian.

Once these are addressed, TapTo will run very happily on generic linux with no special folders created. Though of course it won't be able to run any games right now, since that whole game launching system is currently hardcoded to the mrext mister lists and functions, they'll also need to be made more generic.

The build process also needs an overhaul. It's overly complex, it was just something I copied from mrext and chopped down until it worked. I'm open to suggestions for an alternative build system too, I'm not married to mage and I don't think there's much of any benefit to the build script being able to call Go functions. I've used this before and liked it: https://github.com/go-task/task But let me know if there's something better (preferably something simple)