Getting started with NetBeans - Renanse/Ardor3D GitHub Wiki
Prerequisites
Load the latest Netbeans version and install it.
Checking out Ardor3D
- Go to Team -> Git -> Clone...
- Copy https://github.com/Renanse/Ardor3D.git into the URL textfield, press next
- Select the branch you want to check out (choose "master" for bleeding edge), press next, press finish, grab a coffee
- Select all projects that Netbeans has found and let it open them
- Right click on the Ardor 3D project and click Build; this extracts some native libraries and gets you ready to start
That's it! Now head over to Your First Steps and run some examples.