When comparing Urho3D vs Blender, the Slant community recommends Urho3D for most people. In the question“What are the best 100% free and easy game engines for beginners?” Urho3D is ranked 7th while Blender is ranked 15th. 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 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.
Pro Free and open source
Blender is licensed under the GPL. Some Blender modules such as the Cycles rendering engine are licensed under the Apache 2.0 license.
Pro Wide import and export format support
Support lots of modern 3D formats including DAE and FBX - ideal for game developers.
Pro Has a powerful rendering engine
Blender runs the Cycles path tracing engine under the hood. Cycles is a very powerful rendering engine capable of full path tracing (light fall off, caustics, volumetrics). It is mostly compatible with OpenCL and CUDA rendering, and is implementing mycropolygon displacement features. The upcoming release has a viewport engine called EEVEE whereby you can see and interact with your work in render mode in real time!
Pro Python extensibility
Blender embeds Python 3, which can be used to write add-ons, tools, extend the interface, rig characters and automate tasks.
Pro Powerful animation suite
Blender provides a full rigging system, and automates animation by interpolating between keyframe positions.
Pro Supports both low-poly and hi-poly modeling
Pro Regular release schedule
Releases are made every ~3 months.
Pro Sculpting and 3D painting features
Although Blender's 3d painting and sculpting tools (mostly painting) are not at par with specialized software like Substance Painter, ZBrush, or Mari, it is more than capable of getting most jobs done if the user takes the time to learn and understand it.
Pro Includes video editing & compositing tools
Blender's node-based compositor has comprehensive video sequencing and post-processing features.
Pro Node based modeling support
Pro Keyboard shortcuts
Good keyboard shortcuts for everything. Keep your left hand on the keyboard and your right hand on the mouse.
Pro Very useful for a freelancer
It offers a round solution (it covers many areas and professional fields) for a freelancer, for free, constantly updated, very polished, and allowing high quality results that clients do require. After some learning, it becomes very useful for professional work.
Pro Has a large community
There's a huge community to help you get started immediately.
Pro Coherent and streamlined workflow / internal use logic
The trick with Blender is to get used to its usage philosophy, as it keeps consistent through all the application. Once you get it, every feature or addition is learnt naturally, almost effortlessly.
Pro Very versatile
You don't have to switch between software when you want to do different things. Because modeling, sculpting, composting, video editing etc can all be done in blender.
Pro Generative geometry using nodes
Cons
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.
Con Too many possibilities, no unified workflow
The operations are not optimized enough for specific tasks.
Con The physics engine is a bit lagging behind, especially the destruction physics
Con Difficult learning curve
Blender has a history of being unintuitive, but the 2.8 overhaul made the program far easier for beginners to pick up, and changes continue to be made to further improve the experience. However, there is still a learning curve.
Con Not good for Industrial Design because it uses average vertex normals
You can not create a hard surface with a radius continuity degree along a surface using a specific radius value.
Con Vertex normal issues on edges after boolean operations.
After creating a simple boolean operation the vertex normals are broken. A lot of work to fix the issue and you loos surface continuity.
Con Bad vertex normal after boolean operations
Does not handle well polygon intersections. And need tweaking by hand points or adding average vertex normals via modifiers.
Con Does not handle NURBs
Is not capable of real hard surface for industrial design because is not able to reproduce surface continuity degree as a NURBs does and average vertex normal destroy surface radius.
Con Poor particle system
The Blender particle system can at times be a little limiting and finicky (and buggy) to get working. Even if it can get most straight forward jobs done, it is far from the most advanced system, and could benefit largely from advancements.