GodotVR / TiltFiveGodot4

A Godot GDExtension for the Tilt Five glasses
MIT License
36 stars 7 forks source link

Add Android and Linux support #70

Open patrickdown opened 5 months ago

patrickdown commented 5 months ago

This adds Android support and Linux support

Fixed compiler errors for Android NDK clang compiler Added drop in replacement for std::jthread for Android NDK clang compiler Added a gradle sub project in the androidplugin directory. This integrates the Java part of the Tilt Five SDK for Android. In TileFiveXRInterface test the Android platform and load the platform context from the Java plugin Handle pause and resume notifications from Android Added Android export in plugin.gd to gather .arr files Enabled Android build in SConstruct Shell out new gradle build in SConstruct Update github CI to assemble zip file with the new Android files. Added Linux build