When comparing Engine 001 Game Maker vs Urho3D, the Slant community recommends Urho3D for most people. In the question“What are the best 2D game engines?” Urho3D is ranked 61st while Engine 001 Game Maker is ranked 62nd. The most important reason people chose Urho3D is:
The entire engine is open source and makes use of other open source libraries. Source code is licensed under MIT and available on [GitHub](https://github.com/urho3d/Urho3D).
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Light weight
An amazing minimal download size at around 100mb.
Pro Easy to use
Engine 001 allows you to get to making games quicker since you aren't putting allot of time into figuring out complicated interfaces.
Pro Visual scripting
By using pre-build behaviors\actions and more you can 'program' your game by simply 'linking' they in the editor.
Pro Free and fully open source
The entire engine is open source and makes use of other open source libraries. Source code is licensed under MIT and available on GitHub.
Pro Good documentation
The documentation for Urho3D can be split in two parts: auto-generated from class references and documentation written to cover the various aspects, features and systems of the engine. The written documentation is pretty good. It covers most of the aspects of the engine in clear and understandable English.
Pro Includes a lot of samples
There are a lot of sample projects included with the engine for both C++ and Angelscript. They are mostly very simple applications built to demonstrate the engines capabilities and features.
Pro Fat-free codebase
Only use what you need.
Pro Small turnaround times while developing
Builds are quite fast, aids in rapid development.
Pro Very high code quality
Urho3D is written in a modular and super-clean way, so that it can be integrated into the other parts of your game seamlessly.
Pro Good 3D level editor
Pro In constant active development
Bugs are usually fixed that same day. Core devs are very active on forums. New features are always being worked on. HTML5, DirectX11, and OpenGL3.1 support have recently been added (as of 4/15/15).
Pro Does not require an editor to get going
Pro Flexible rendering pipeline
You can configure rendering pipeline.
Pro Multi-Lights
There are no lights limits per mesh.
Pro Unofficial Oculus Rift support
Information on enabling OR support can be found here.
Cons
Con New tricks for getting more money
As it doesn't have enough tutorials, and they don't wanna make more, so they just add some new services about one on one help which that cost 40$ for an hour.
Con Windows only
The editor is Windows only, no OSX or Linux versions are planned.
Con 3D features may not be enough for some users
The 3D capabilities of the engine are a bit limited (for today standards), and some of the times you'll need to work around to create something.
Con Not for beginners
Even those few tutorials don't teach you the very basics, and first you must learn the basics somewhere else (the submitted pros are by professional guys).
Con No successful/ good games
Just ask them about games made with this engine and you will see that even if you find some good games, those are mostly simple/small ones.
Con Poor performance
If you want to use more than a few actors/light/events, or you're trying to get a pretty look, you will get a significant drop in frame rates. This is especially true if you want to implement a moving light (something like a flashlight).
Con They don't fix the bugs for you quickly
If you encounter a bug or problem and report that as bug report, it will take about 1 week to get any answer, and if they solve that, the fixed version will just come up with next update for engine which that isn't be soon and no specific time, so maybe you have to wait for one month.
Con Some workflows can be confusing
Sometimes you have to do a time-consuming workaround to just do a simple function.
Con HTML5 export is poor
There are significant drops in frame rate; some bugs that can even ruin your game (also, looks like just run on firefox).
Con No IAP or Ads support
Are you a mobile developer? If so it's good to know that it has export for ios/Android but no support for IAP or Ads.
Con It has been stopped developing
The owner has moved to build new 3D engine, however, that is also experimental stage, not for production.
Con Little documentation and small community
There are some high-level design docs and a bunch of examples, but code is poorly commented and nothing much more can be found.
Con The UI can be hard on the eyes
Urho3D's UI could cause eye strain.
Con There is no support for reflections
Neither SSR nor cubemap parallax correction are implemented in engine.
Con Bad Android support
You can not compile this engine using latest Android Studio.
Con May be a bit hard to get started
To install Urho3D you need to get the archive from GitHub (be careful to download the master branch) and extract it. After that, you need to compile the engine with CMake. If all the dependencies are installed, then it should be a straightforward process, otherwise you will need to track down and install all the missing dependencies.
For people who don't have much experience with CMake this whole process may seem a bit like magic. For people who do have experience with CMake, the whole installation will be relatively easy.