When comparing Urho3D vs Modd.io, the Slant community recommends Urho3D for most people. In the question“What are the best 2D game engines?” Urho3D is ranked 61st while Modd.io is ranked 94th. 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 Its Fun, its easy to script
k
Pro Runs well on low-end devices
The game client doesn't use much CPU nor bandwidth.
Pro Free
By far, this engine is completely free to use.
Pro No installation required - super easy to get started
Modd.io runs in browser, it provides IDE, map editor, and asset manager all in one platform, so you don't need to download or setup anything.
Pro Easy to use free Asset Library
You can easily change your game assets (images, sound, etc) with a single click using modd.io Asset Library
Pro Has multiplayer support baked in
This engine supports up to 64 concurrent players, and hosts servers for you as well
Pro Perfect for Impatient game developers
It literally takes 5 minutes from signup to publishing my game
Pro Easy to use
Modd.io is designed for new/intermediate developers who wants to get into game development. You should be comfortable using the engine after spending about 15 minutes in watching tutorial videos
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 The engine is evolving in a bad way
Over the last updates, many useful features have been removed, making it harder to create more complex games.
Con Not very secure
Modd.io comes with its own security issues. Many of them have been used to destroy eachother's games, which completely busts your progress on your game unless you have backed it up by exporting it's JSON.
Con Not Possible for stuff
k
Con Annoying asset size limit
Each asset is limited to 800kb (except for audio being 3mb) which is okay for simple assets but unacceptable for creating spritesheets for animations or tilesheets for the map.
Con Very flat map
No matter how well game maps are made, all of them look just not beautiful.
Con No/limited camera manipulation
You cannot create a shake effect which is also urgently needed in complex game creation.
Con Certain variable datatypes are urgently needed but do not exist.
Such datatypes as arrays composed of numbers, strings, etc are needed to create complex games but just do not exist in this game engine.
Con Joke-y community
Most of the staff team in the community are constantly behaving like jokers. It just always feels like 80% of the staff team is not the right pick for such a community.
Con The homepage is not good
The homepage allows players to join your game, but the way it works is just not good. The "unpopular 0 player" games get less exposure than the popular games. The tier system also puts a star on your game card which also lures players to your game making them think this game has a special event or something, giving a disadvantage to the less popular games which are still so called "Tier 1".
Con Not very powerful
This engine is ready to use right away, but already starts dropping framerate at over 1000 units which are not very active.
Con Tier-based servers with certain lockdowns
Modd.io "tiers" all the games you create. The very basic tier, commonly called "Tier 1" is very limited and removes motivation to develop a game.
Con You'll have to learn a new programming language
This engine has it's own IDE with a drag and drop style programming language. It does take a good 2 hours to get familiar with the API..
Con No lower level API access
You cannot access lower-level APIs through this engine, such as the renderer.
Con No single player support
All games in modd.io must support multi-player game mode.
Con Limited customizability
Modd.io is designed to be good at making "specific" kind of multiplayer games. Its strength unleashes if you don't care too much about the specifics in UI. For example, if you wanted to make a casual death match game, it is extremely easy to make it using modd.io. However, if you want to create a puzzle game with a unique UI, it becomes very time consuming.
Con No 3D support
This engine is limited to 2D only.