Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Android and Linux support #70

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Mar 24, 2024

  1. Android port

    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
    patrickdown committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    ed4da50 View commit details
    Browse the repository at this point in the history