Ardor3D for Android - Renanse/Ardor3D GitHub Wiki
Getting Started with Android and Ardor3D
The Ardor3D android code can be found in the following GIT/SVN repository link:
https://github.com/Renanse/ardor3d-android
There are two projects under trunk;
- ardor3d-android
- ardor3d-example-android.
Both are self contained, with jars checked in for all dependencies and eclipse project files. In eclipse you should be able to import each as a new project, either by downloading it as a zip file (and import the content), or by checking out the projects as GIT/SVN using the address above.
Once that is all done select your android build project target on the ardor projects and you are good to go.
Android game design links:
- Writing real-time games for Android redux (2010) by Chris Pruett.
- Writing Real-Time Games for Android (2009) by Chris Pruett.
- Why the emulator doesn't accurately represent on device performance.
- replicaisland an open source side-scrolling Android game.