Ardor3D FAQ: Difference between revisions

From JogampWiki
Jump to navigation Jump to search
No edit summary
(Ardor3D how to build)
Line 9: Line 9:
* Where can I get the source code of Ardor3D?
* Where can I get the source code of Ardor3D?
** https://github.com/gouessej/Ardor3D
** https://github.com/gouessej/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 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 16:06, 2 August 2014