When comparing jMonkey3 vs Leadwerks, the Slant community recommends jMonkey3 for most people. In the question“What are the best 3D game engines?” jMonkey3 is ranked 12th while Leadwerks is ranked 31st. The most important reason people chose jMonkey3 is:
Java is a well-optimized just-in-time compiled language. It's faster than languages without an effective native-code compiler such as Python or Ruby, similar in speed to other just-in-time compiled languages such as C#, while slightly slower than compiled languages such as C or C++ (with some low-level and numeric [benchmarks](http://benchmarksgame.alioth.debian.org/u64q/java.html) being similar to C++). Java also has a wide variety of high-class IDEs available.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Java is a great development platform
Java is a well-optimized just-in-time compiled language. It's faster than languages without an effective native-code compiler such as Python or Ruby, similar in speed to other just-in-time compiled languages such as C#, while slightly slower than compiled languages such as C or C++ (with some low-level and numeric benchmarks being similar to C++).
Java also has a wide variety of high-class IDEs available.
Pro Multiplatform support
Code can be ported to mobile (iOS is in the works) and other Android supported devices with minor changes to the code (just change some implementations that vary on the platform such as inputs and user interface). It can even run on certain Raspberry Pi devices.
Pro Free and open-source
jMonkey is completely free, meaning it's possible to develop and release a game with no fees or royalties. Because it is open-source, jMonkey has plenty of people fixing bugs and, adding to the engine as well as creating a variety of plugins that can be used in the engine.
Pro Not limited to using its own IDE
Unlike some engines, jMonkey doesn't force its own IDE. You can use its Netbeans-based IDE, but you can also set up a project to work in another IDE such as Eclipse. You can still use the special tools from jMonkey's IDE in such projects.
Pro Engine modifications can be made using Java
Because jMonkey is implemented in Java, the same language its apps are typically developed in, developers will have an easier time modifying the engine to their needs.
Pro Has everything
jMonkey3 handles input from computers and mobile devices. It handles networking, physics, rendering, terrain, and cinematics.
Pro Ease of extensibility
Engine is modifiable.
Pro Freedom of choice for architecture
The user is not compelled to use any programming architecture nor standard in order to make a project working. JME allows the freedom to use what is best for a game.
Pro Offers both low-level and high-level ways of editing shaders
Modifying shaders can be done either via a visual tool called Shader Nodes or via GLSL that allow you to make your own shaders without the engine getting in the way or having to hack around to do so.
Pro Very good entity system, did have GUI functions, easy to use terrain editor with vegetation system.
Good API tutoials, workshop elements which can be loaded from steam.
Pro Both Windows and Linux supported
Pro Built-in level editor
Has an acceptable 3D map editor that is easy to use.
Pro Versatile flow diagram script model
Leadwerks's flowgraphs resemble flowcharts where each box represents a function or value, with connections between them representing program flow. This provides a better at-a-glance indication of game logic than a simple list of events, and makes complex behaviors easier to accomplish.
Pro Community forum offers plenty of support
It makes game developing much easier if you have someone backing you up when you run into a bug or other issues, and get replies within hours .
Pro Decently sized library of tutorials for both Lua and C++
Pro Very clean and easy C++ API
Pro Lua scripting support
Pro Reasonably priced
Standard edition of Leadwerks costs 92,99€. Additionally, it often goes on sale on Steam.
Pro C++ scripting support
Pro Terrain editor
The terrain editor allows sculpting, paint, vegetation placement and importing of external maps. Especially the painting is done very well and can lead quickly to very professional looking results.
Pro Easy to use API and scripting language
Cons
Con Terrible API reference
The methods are not defined.
Con Not an engine for total beginners
While it's clear that you need to know Java first before using this engine, it is recommended that you have some programming experience as well. Most performance issues and memory leaks are more due to bad programming practices than the engine itself.
Con Slow release cycle
jMonkey3 lacks manpower to have a fast and decent release cycle.
Con Relies on archaic tool chain
jMonkey Engine uses Apache Ant for build automation, which is archaic and backwards, even by Java standards.
Con Little to no support
This product relies on community support, although some members are helpful and quite approachable they don't like to share their secrets with people that are new to programming.
The product is sold as a Full featured platform but it seems to more in the Alpha stage of development as a lot of the good aspects where taken out in previous versions.
Con Has a track record of broken promises
Con Forums are poorly run and censored
Con Highly misleading advertising
Con Only prefabs made with the Leadwerks IDE could be used.
The two main problems for me is that C++ is not as easy to use like LUA. The IDE should also support C++. The secons is that only prefabs can be used which are made with the IDE. So you can not easy made a game that can be modded by the user.
Con Weak out-of-the-box AI
The only AI movement function is going in a straight line.
Con Very buggy
Leadworks is a not complete, it's a work in progress. As such many parts of the engine are clunky, especially the level editor.