jMonkeyEngine 3: Hello World Tutorial Series

The beginner tutorials demonstrate the most common use cases and explain basic concepts. We encourage you to run the sample codes and experiment with them. All example code is included in the jMonkeyEngine SDK: Simply create a new project from the JmeTests template.

To start writing your own projects, create a new file from the BasicGame template. Note that Test apps in this example project are not necessarily the recommended way to build an app with JME, they are just simple one class test case that showcase a feature.

beginner-physics.png