Comment on I freshly released my first fully free Android game: Wandering Alchemist (GPS walking game)
Solrac@lemmy.world 10 hours ago
This is pretty sick. Would you be willing to make a Linux port, considering that’s a growing interest around some parts of Lemmy?
Vlyn@lemmy.zip 10 hours ago
Linux port? It’s a GPS walking game, or do you mean Linux for phones (can’t they use an Android simulator? The APK is available) ^^’
Solrac@lemmy.world 10 hours ago
Indeed I do. I do not know if the engine or framework you used has an API for accessing GPS, but if it does, I’d like to assume it should be fairly easy.
And technically, yes, it could run on Waydroid, but Waydroid does not pass GPS data…
Vlyn@lemmy.zip 10 hours ago
I’m using Godot, which does not include GPS support for Linux exports, sorry. I’d have to write a custom GPS backend for gpsd and even that sounds finicky. GPS has already been a headache on the devices I do support :-/