Ardor3D FAQ: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
** If you're looking for a JAR archive per sub-project, get them [http://jogamp.org/deployment/ardor3d/ here] | ** If you're looking for a JAR archive per sub-project, get them [http://jogamp.org/deployment/ardor3d/ here] | ||
* How can I build 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 [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 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], ...) | ** If you use [http://www.gradle.org 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? | * 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] | ** 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] |
Revision as of 15:27, 2 August 2014
- Where can I download Ardor3D?
- 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?
- http://jogamp.org/deployment/jogamp-current/archive/jogamp-all-platforms.7z JogAmp
- JInput (optional)
- SWT (optional)
- How can I install Ardor3D?
- Some detailed instructions will be published soon. 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 will be available on JogAmp Maven repository
- 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 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 M2Eclipse, Netbeans, ...)
- If you use Gradle, enter 'gradle install' in command line or run the Gradle 'install' task within your favorite IDE (Eclipse with Gradle SpringSource plugin, Netbeans with Gradle Attila Kelemen's plugin, ...)
- Where can I get any help about Ardor3D?
- You can get some help on our forum and on our IRC chatroom
- Where can I find any examples using Ardor3D?
- You can find tens of examples using Ardor3D in the sub-project ardor3d-examples
- Ardor3D with WorldWind Java
- A terrain implementation that uses USGS data
- How to gather scene statistics such as triangle count, framerate, etc
- The terrain
- A Minecraft-like game
- A first person shooter
- Where can I report a bug in Ardor3D?