Ardor3D FAQ: Difference between revisions

From JogampWiki
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