The LbjDroid project provides sample Android applications for the Libbulletjme physics library.
It contains:
- HelloLibbulletjme: the HelloLibbulletjme sample app
Complete source code (in Java) is provided under a mixed open-source license.
- Install Android Studio, version 2025.1.3 or higher, if you don't already have it.
- Download and extract the LbjDroid source code from GitHub:
- using Git:
git clone https://github.com/stephengold/LbjDroid.git
- Run Android Studio and open the extracted project.
- Press Shift+F10 .
