Ardor3D FAQ and Ardor3D Overview: Difference between pages

From JogampWiki
(Difference between pages)
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
Line 1: Line 1:
* Where can I download Ardor3D?
Ardor3D is a professionally oriented, open source, Java based 3D engine for desktop (GNU Linux, Mac OS X, OpenIndiana, Windows) and mobile (Android) environments. The sub-project ardor3d-android was based on [https://developer.android.com/guide/topics/graphics/opengl.html Android OpenGL ES].
** http://jogamp.org/deployment/ardor3d/ '''N.B: All JARs except those containing the source code are absolutely necessary'''
 
* What else do I need to use Ardor3D?
Ardor3D was created September 23rd, 2008 as a fork of [http://www.jmonkeyengine.org JMonkeyEngine] by [http://blog.renanse.com Joshua Slack (Renanse)] and Rikard Herlitz (MrCoder). It was developed by [http://www.ardorlabs.com Ardor Labs] and some contributors until its version 0.9. Renanse abandoned the project March 11th, 2014. He restarted it some years later.
** http://jogamp.org/deployment/jogamp-current/archive/jogamp-all-platforms.7z JogAmp
 
** JInput (optional)
The version 1.0 is the first version actively developed and maintained by JogAmp's community and supporting exclusively JOGL 2 (and later). It is designated as a subset of the original engine as it retains the only renderer relevant for JogAmp's community. As a consequence, it supports only desktop environments, the Android backend might be rewritten with JogAmp in another version. This subset is preferably called JogAmp's Ardor3D Continuation in order to avoid any confusion with the "official" unmaintained version.
** SWT (optional)
 
* How can I install Ardor3D?
*[[Ardor3D Tutorial|Tutorial]]
** Some detailed instructions will be published soon. Just put all JARs except those containing the native libraries into your classpath.
*[http://jogamp.org/deployment/ardor3d/javadoc/ API Documentation]
** JogAmp's Ardor3D Continuation 1.0 will never be available on Maven Central but it will be available on [JogAmp Maven repository http://jogamp.org/deployment/ardor3d/]
*[[Ardor3D FAQ|FAQ]]
* Where can I get the source code of Ardor3D?
** If you use GIT, get it [here https://github.com/gouessej/Ardor3D]
** If you're looking for a ZIP archive, get it [here https://github.com/gouessej/Ardor3D/archive/master.zip]
** If you're looking for a JAR archive per sub-project, get them [http://jogamp.org/deployment/ardor3d/ here]
* How can I build Ardor3D?
** If you use Apache Maven, enter 'mvn install' in command line or run the Maven 'install' goal within your favorite IDE (Eclipse with [http://www.eclipse.org/m2e/ M2Eclipse], Netbeans, ...)
** If you use Gradle, enter 'gradle install' in command line or run the Gradle 'install' task within your favorite IDE (Eclipse with [https://github.com/spring-projects/eclipse-integration-gradle/ Gradle SpringSource plugin], Netbeans with [https://github.com/kelemen/netbeans-gradle-project Gradle Attila Kelemen's plugin], ...)
* Where can I get any help about Ardor3D?
** You can get some help on [http://forum.jogamp.org our forum] and on [http://jogamp.org/wiki/index.php/Chatroom#Freenode_IRC_Channel our IRC chatroom]
* Where can I find any examples using Ardor3D?
** You can find tens of examples using Ardor3D in the sub-project [https://github.com/gouessej/Ardor3D/tree/master/ardor3d-examples ardor3d-examples]
** [https://github.com/Renanse/Ardor3D/wiki/HelloNasaWorldWind Ardor3D with WorldWind Java]
** [https://github.com/Renanse/Ardor3D/wiki/Terrain-based-on-USGS-data A terrain implementation that uses USGS data]
** [https://github.com/Renanse/Ardor3D/wiki/Statistics How to gather scene statistics such as triangle count, framerate, etc]
** [https://github.com/Renanse/Ardor3D/wiki/Terrain The terrain]
** [https://github.com/gouessej/ArdorCraftAPITest A Minecraft-like game]
** [http://tuer.sourceforge.net A first person shooter]
* Where can I report a bug in Ardor3D?
** https://github.com/gouessej/Ardor3D/issues

Latest revision as of 18:14, 10 July 2023

Ardor3D is a professionally oriented, open source, Java based 3D engine for desktop (GNU Linux, Mac OS X, OpenIndiana, Windows) and mobile (Android) environments. The sub-project ardor3d-android was based on Android OpenGL ES.

Ardor3D was created September 23rd, 2008 as a fork of JMonkeyEngine by Joshua Slack (Renanse) and Rikard Herlitz (MrCoder). It was developed by Ardor Labs and some contributors until its version 0.9. Renanse abandoned the project March 11th, 2014. He restarted it some years later.

The version 1.0 is the first version actively developed and maintained by JogAmp's community and supporting exclusively JOGL 2 (and later). It is designated as a subset of the original engine as it retains the only renderer relevant for JogAmp's community. As a consequence, it supports only desktop environments, the Android backend might be rewritten with JogAmp in another version. This subset is preferably called JogAmp's Ardor3D Continuation in order to avoid any confusion with the "official" unmaintained version.