Page 1 of 1

GPS coordinates in Renpy

Posted: Tue Jun 05, 2018 5:03 am
by xavimat
I want a Renpy game in Android to get the GPS coordinates. How can I do it?

Re: GPS coordinates in Renpy

Posted: Tue Jun 05, 2018 9:31 am
by Milkymalk
This might be a good place to start:
https://stackoverflow.com/questions/460 ... ith-python

Re: GPS coordinates in Renpy

Posted: Tue Jun 05, 2018 4:27 pm
by Karl_C
Have you found Plyer already?
Plyer is a platform-independent api to use features commonly found on various platforms, notably mobile ones, in Python.
There's a GPS Example too.

Dunno if it can be used from within Ren'Py...