|
| 1 | +jMonkeyEngine |
| 2 | +============= |
| 3 | + |
| 4 | +[](https://github.com/jMonkeyEngine/jmonkeyengine/actions) |
| 5 | + |
| 6 | +jMonkeyEngine is a 3-D game engine for adventurous Java developers. It’s open-source, cross-platform, and cutting-edge. |
| 7 | +v3.6.1 is the latest stable version of the engine. |
| 8 | + |
| 9 | +The engine is used by several commercial game studios and computer-science courses. Here's a taste: |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + - [jME powered games on IndieDB](https://www.indiedb.com/engines/jmonkeyengine/games) |
| 14 | + - [Boardtastic 2](https://boardtastic-2.fileplanet.com/apk) |
| 15 | + - [Attack of the Gelatinous Blob](https://attack-gelatinous-blob.softwareandgames.com/) |
| 16 | + - [Mythruna](https://mythruna.com/) |
| 17 | + - [PirateHell (on Steam)](https://store.steampowered.com/app/321080/Pirate_Hell/) |
| 18 | + - [3089 (on Steam)](https://store.steampowered.com/app/263360/3089__Futuristic_Action_RPG/) |
| 19 | + - [3079 (on Steam)](https://store.steampowered.com/app/259620/3079__Block_Action_RPG/) |
| 20 | + - [Lightspeed Frontier (on Steam)](https://store.steampowered.com/app/548650/Lightspeed_Frontier/) |
| 21 | + - [Skullstone](http://www.skullstonegame.com/) |
| 22 | + - [Spoxel (on Steam)](https://store.steampowered.com/app/746880/Spoxel/) |
| 23 | + - [Nine Circles of Hell (on Steam)](https://store.steampowered.com/app/1200600/Nine_Circles_of_Hell/) |
| 24 | + - [Leap](https://gamejolt.com/games/leap/313308) |
| 25 | + - [Jumping Jack Flag](http://timealias.bplaced.net/jack/) |
| 26 | + - [PapaSpace Flight Simulation](https://www.papaspace.at/) |
| 27 | + - [Cubic Nightmare (on Itch)](https://jaredbgreat.itch.io/cubic-nightmare) |
| 28 | + - [Chatter Games](https://chatter-games.com) |
| 29 | + - [Exotic Matter](https://exoticmatter.io) |
| 30 | + - [Demon Lord (on Google Play)](https://play.google.com/store/apps/details?id=com.dreiInitiative.demonLord&pli=1) |
| 31 | + - [Marvelous Marbles (on Steam)](https://store.steampowered.com/app/2244540/Marvelous_Marbles/) |
| 32 | + - [Boxer (on Google Play)](https://play.google.com/store/apps/details?id=com.tharg.boxer) |
| 33 | + - [Depthris (on Itch)](https://codewalker.itch.io/depthris) |
| 34 | + - [Stranded (on Itch)](https://tgiant.itch.io/stranded) |
| 35 | + - [The Afflicted Forests (Coming Soon to Steam)](https://www.indiedb.com/games/the-afflicted-forests) |
| 36 | + - [Star Colony: Beyond Horizons (on Google Play)](https://play.google.com/store/apps/details?id=game.colony.ColonyBuilder) |
| 37 | + |
| 38 | +## Getting Started |
| 39 | + |
| 40 | +Go to https://github.com/jMonkeyEngine/sdk/releases to download the jMonkeyEngine SDK. |
| 41 | +Read [the wiki](https://jmonkeyengine.github.io/wiki) for the installation guide and tutorials. |
| 42 | +Join [the discussion forum](https://hub.jmonkeyengine.org/) to participate in our community, |
| 43 | +get your questions answered, and share your projects. |
| 44 | + |
| 45 | +Note: The master branch on GitHub is a development version of the engine and is NOT MEANT TO BE USED IN PRODUCTION. |
| 46 | + |
| 47 | +### Technology Stack |
| 48 | + |
| 49 | + - windowed, multi-platform IDE derived from NetBeans |
| 50 | + - libraries for GUI, networking, physics, SFX, terrain, importing assets, etc. |
| 51 | + - platform-neutral core library for scene graph, animation, rendering, math, etc. |
| 52 | + - LWJGL v2/v3 (to access GLFW, OpenAL, OpenGL, and OpenVR) or Android or iOS |
| 53 | + - Java Virtual Machine (v8 or higher) |
| 54 | + |
| 55 | +### Documentation |
| 56 | + |
| 57 | +Did you miss it? Don't sweat it, [here it is again](https://jmonkeyengine.github.io/wiki). |
| 58 | + |
| 59 | +### Contributing |
| 60 | + |
| 61 | +Read our [contribution guide](https://github.com/jMonkeyEngine/jmonkeyengine/blob/master/CONTRIBUTING.md). |
| 62 | + |
| 63 | +### License |
| 64 | + |
| 65 | +[New BSD (3-clause) License](https://github.com/jMonkeyEngine/jmonkeyengine/blob/master/LICENSE.md) |
| 66 | + |
0 commit comments