Tutorial to create a 3D java game

Last updated June 24, 2023 at 01:24 AM

Jmonkey

JMonkeyEngine is a game engine made for developers who want to create 3D games respecting the standards of modern technology. The framework is fully programmed in Java and intended for wide accessibility and rapid deployment on the desktop, the Web and mobile platforms.

image

WHO CAN USE JMONKEYENGINE?

            JMonkeyEngine is not an “RPG Maker” type software or a drag-and-drop like “FPS mod”. If you are comfortable writing Java code, you can rely on the JMonkeyEngine engine as your next 3D gaming base. JMonkeyEngine is the starting point for anyone who aspires to be a 3D game developer.

MAIN CHARACTERISTICS

  • Free, open-source software (licensed under the New BSD) - You can use this free game engine for commercial, educational or hobby game development purposes.
  • Minimal Adaptations for Cross Compatibility - Create games that run on any device supporting OpenGL 2 and 3 with the Java Virtual Machine - Web, Desktop, or Laptop.
  • Built around a shader-based architecture - Compliant with current and next generation graphics standards.
  • JMonkeyEngine Engine SDK - A complete development environment (IDE) with visual editors, built-in tools and unique plugins.
  • Comprehensive and Modular - The developer stays in power while getting all of the game development essentials straight out of the box.

Jmonkeyengine's full tutorial