Skip to content

Getting started with NetBeans

Joshua Slack edited this page Sep 19, 2017 · 1 revision

Prerequisites

Load the latest Netbeans version and install it.

Checking out Ardor3D

  1. Go to Team -> Git -> Clone...
  2. Copy https://github.com/Renanse/Ardor3D.git into the URL textfield, press next
  3. Select the branch you want to check out (choose "master" for bleeding edge), press next, press finish, grab a coffee
  4. Select all projects that Netbeans has found and let it open them
  5. 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.