Ardor3D FAQ: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
** http://jogamp.org/deployment/ardor3d/jogamp-ardor3d.7z '''N.B: All JARs except those containing the source code are absolutely necessary''' | ** http://jogamp.org/deployment/ardor3d/jogamp-ardor3d.7z '''N.B: All JARs except those containing the source code are absolutely necessary''' | ||
* What else do I need to use Ardor3D? | * What else do I need to use Ardor3D? | ||
** [ | ** [https://jogamp.org/deployment/jogamp-current/archive/jogamp-all-platforms.7z JogAmp] | ||
** JInput (optional) | ** JInput (optional) | ||
** SWT (optional) | ** SWT (optional) | ||
* How can I install Ardor3D? | * How can I install Ardor3D? | ||
** Some detailed instructions are [http://gouessej.wordpress.com/2014/11/22/ardor3d-est-mort-vive-jogamps-ardor3d-continuation-ardor3d-is-dead-long-life-to-jogamps-ardor3d-continuation/#installation here]. Just put all JARs except those containing the native libraries into your classpath. | ** Some detailed instructions are [http://gouessej.wordpress.com/2014/11/22/ardor3d-est-mort-vive-jogamps-ardor3d-continuation-ardor3d-is-dead-long-life-to-jogamps-ardor3d-continuation/#installation here]. Just put all JARs except those containing the native libraries into your classpath. | ||
** JogAmp's Ardor3D Continuation 1.0 will never be available on Maven Central but it | ** JogAmp's Ardor3D Continuation 1.0 will never be available on Maven Central but it is available on [https://jogamp.org/deployment/maven-ardor3d/ JogAmp Maven repository] | ||
* Where can I get the source code of Ardor3D? | * Where can I get the source code of Ardor3D? | ||
** [https:// | ** [https://jogamp.org/cgit/ardor3d.git/ GIT repository] | ||
** [https | ** [https://jogamp.org/deployment/ardor3d/ JAR archives] | ||
* How can I build Ardor3D? | * How can I build Ardor3D? | ||
** If you use [https://maven.apache.org/ 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 [https://maven.apache.org/ 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 [http://www.gradle.org Gradle], enter 'gradle | ** If you use [http://www.gradle.org Gradle], enter 'gradle build' in command line or run the Gradle 'build' task within your favorite IDE (Eclipse, Netbeans, ...) | ||
** If you use [http://ant.apache.org Ant], use [http://maven.apache.org/plugins/maven-ant-plugin/ Maven Ant plugin], enter 'mvn ant:ant' to generate the Ant build script | ** If you use [http://ant.apache.org Ant], use [http://maven.apache.org/plugins/maven-ant-plugin/ Maven Ant plugin], enter 'mvn ant:ant' to generate the Ant build script | ||
* Where can I get any help about Ardor3D? | * Where can I get any help about Ardor3D? | ||
** You can get some help on [ | ** You can get some help on [https://forum.jogamp.org our forum] | ||
* Where can I find any examples using Ardor3D? | * Where can I find any examples using Ardor3D? | ||
** [https:// | ** [https://jogamp.org/cgit/ardor3d.git/tree/ardor3d-examples Almost one hundred of basic examples within the sub-project ardor3d-examples] | ||
** [https://github.com/Renanse/Ardor3D/wiki/HelloNasaWorldWind Ardor3D with WorldWind Java] | ** [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/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/Statistics How to gather scene statistics such as triangle count, framerate, etc] | ||
** [https://github.com/Renanse/Ardor3D/wiki/Terrain The terrain] | ** [https://github.com/Renanse/Ardor3D/wiki/Terrain The terrain] | ||
** [http://tuer.sourceforge.net A first person shooter] | ** [http://tuer.sourceforge.net A first person shooter] | ||
* Where can I report a bug in Ardor3D? | * Where can I report a bug in Ardor3D? | ||
** https:// | ** https://jogamp.org/bugzilla/describecomponents.cgi?product=Ardor3D |
Latest revision as of 09:15, 10 April 2023
- Where can I download Ardor3D?
- http://jogamp.org/deployment/ardor3d/jogamp-ardor3d.7z N.B: All JARs except those containing the source code are absolutely necessary
- What else do I need to use Ardor3D?
- JogAmp
- JInput (optional)
- SWT (optional)
- How can I install Ardor3D?
- Some detailed instructions are here. Just put all JARs except those containing the native libraries into your classpath.
- JogAmp's Ardor3D Continuation 1.0 will never be available on Maven Central but it is available on JogAmp Maven repository
- Where can I get the source code of Ardor3D?
- 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 M2Eclipse, Netbeans, ...)
- If you use Gradle, enter 'gradle build' in command line or run the Gradle 'build' task within your favorite IDE (Eclipse, Netbeans, ...)
- If you use Ant, use Maven Ant plugin, enter 'mvn ant:ant' to generate the Ant build script
- Where can I get any help about Ardor3D?
- You can get some help on our forum
- Where can I find any examples using Ardor3D?
- Where can I report a bug in Ardor3D?