2015-04-30 09:57:46 -04:00
jMonkeyEngine
2014-03-23 14:20:08 +01:00
=============
2015-04-30 09:57:46 -04:00
[](https://travis-ci.org/jMonkeyEngine/jmonkeyengine)
2018-12-31 13:58:39 -08:00
jMonkeyEngine is a 3D game engine for adventurous Java developers. It’ s open-source, cross-platform, and cutting-edge. 3.2.2 is the latest stable version of the jMonkeyEngine 3 SDK, a complete game development suite. We'll release 3.2.x updates until the major 3.3 release arrives.
2014-03-23 14:20:08 +01:00
2014-05-06 22:01:38 +02:00
The engine is used by several commercial game studios and computer-science courses. Here's a taste:
2017-01-28 21:42:23 +01:00

2014-05-06 22:01:38 +02:00
- [jME powered games on IndieDB ](http://www.indiedb.com/engines/jmonkeyengine/games )
- [Maker's Tale ](http://steamcommunity.com/sharedfiles/filedetails/?id=93461954t )
- [Boardtastic 2 ](https://play.google.com/store/apps/details?id=com.boardtastic.skateboarding )
- [Copod ](http://herebeben.com/copod )
- [Attack of the Gelatinous Blob ](http://attackofthegelatinousblob.com/ )
- [Chaos ](http://4realms.net/ )
2019-03-29 11:23:08 -07:00
- [Mythruna ](http://mythruna.com/ )
2014-05-06 22:01:38 +02:00
- [PirateHell ](http://www.desura.com/games/piratehell )
- [3089 (on steam) ](http://store.steampowered.com/app/263360/ )
- [3079 (on steam) ](http://store.steampowered.com/app/259620/ )
2016-12-28 17:30:43 +01:00
- [Lightspeed Frontier ](http://www.lightspeedfrontier.com/ )
2017-01-28 12:21:26 +01:00
- [Skullstone ](http://www.skullstonegame.com/ )
2019-03-29 10:29:57 -07:00
- [Spoxel ](https://store.steampowered.com/app/746880/Spoxel/ )
2014-05-06 22:01:38 +02:00
## Getting started
2014-03-23 14:20:08 +01:00
2016-04-21 22:36:04 +02:00
Go to https://github.com/jMonkeyEngine/sdk/releases to download the jMonkeyEngine SDK.
2016-09-22 09:08:53 +02:00
[Read the wiki ](https://jmonkeyengine.github.io/wiki ) for a complete install guide. Power up with some SDK Plugins and AssetPacks and you are off to the races. At this point you're gonna want to [join the forum ](http://hub.jmonkeyengine.org/ ) so our tribe can grow stronger.
2015-01-15 22:36:57 +01:00
Note: The master branch on GitHub is a development version of the engine and is NOT MEANT TO BE USED IN PRODUCTION, it will break constantly during development of the stable jME versions!
2014-05-06 22:01:38 +02:00
### Technology Stack
- Java
- NetBeans Platform
- Gradle
Plus a bunch of awesome libraries & tight integrations like Bullet, Blender, NiftyGUI and other goodies.
### Documentation
2016-09-22 09:08:53 +02:00
Did you miss it? Don't sweat it, [here it is again ](https://jmonkeyengine.github.io/wiki ).
2014-05-06 22:01:38 +02:00
### Contributing
Read our [contribution guide ](https://github.com/jMonkeyEngine/jmonkeyengine/blob/master/CONTRIBUTING.md ).
### License
New BSD (3-clause) License. In other words, you do whatever makes you happy!
2016-04-21 22:36:04 +02:00