Skip to content

Release 1

Compare
Choose a tag to compare
@drakewill-CRL drakewill-CRL released this 29 Apr 17:37
· 38 commits to main since this release

Release 1 features the following:

  • Godot 4.2 support
  • Built-in Android GPS plugin (GodotGPSPlugin, another repo of mine)
  • Online and Offline functionality (You will need your own PraxisMapper server running for Online functionality. Offline data is available in another repo)
  • Draw map tiles directly on the device from Offline data.
  • Use minimized data to include huge ranges of playable areas with minimum storage requirements.

Installation:
Download the PraxisMapperGodotComponents.zip file, and extract it to the top level of your Godot project. Under Project/Project Settings/Plugins, check PraxisMapperGPSPlugin. Under Autoload, add a reference to PraxisCore (and PraxisServer, if you're using Online functionality)