Is jMonkeyEngine good?
jMonkey is definitely something game developers should be excited to work with. It serves as a great engine to download for free, (free!), experiment with the different tools of game creation, and churn out some great projects.
How do I download jMonkey engine?
Go to to download the jMonkeyEngine SDK. Read the wiki for a complete install guide.
What games use jMonkeyEngine?
Projects powered by jMonkeyEngine
- Nord, a browser-based MMO on Facebook, created by Skygoblin.
- Grappling Hook, a first-person action & puzzle game, accomplished by a single independent developer.
- Drohtin, Realtime Strategy Game (RTS), Singleplayer/Multiplayer.
- Chaos, a 3D fantasy cooperative game based RPG by 4Realms.
How do I run jMonkeyEngine?
In the jMonkeyEngine SDK:
- Choose File New Project from the main menu.
- In the New Project wizard, select the template JME3 Basic Game .
- Click Next. Specify a project name, e.g. “HelloWorldTutorial”. Specify a path where to store your new project, e.g. a jMonkeyProjects directory in your home directory.
- Click Finish.
What game engines use Java?
Engines
| Name | Primary programming language | Target platform |
|---|---|---|
| Ardor3D | Java | Cross-platform |
| Aurora toolset | C++ | Windows, Linux, macOS |
| BigWorld | Windows, Linux, Xbox 360, PlayStation 3 | |
| Blend4Web | JavaScript, Python, C, C++ | WebGL, Windows, Linux, macOS, iOS, Android |
What engine is Minecraft made on?
Originally Answered: What game engine does Minecraft use? Minecraft is built more or less from scratch; it is its own game engine. For low-level rendering support, it uses the Lightweight Java Game Library (LWJGL), which provides access in Java to native graphics libraries like OpenGL.
What is slick 2d?
Slick2D is a multi-platform library for two dimensional game development that sits upon the LWJGL(Light-Weight Java Game Library). Slick2D simplifies the processes of game development such as game loop, rendering, updating, frame setup, and state-based game creation.