Skip to content

Ardor3D for Android

Joshua Slack edited this page Sep 19, 2017 · 3 revisions

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: