When comparing Irrlicht vs Armory3D, the Slant community recommends Armory3D for most people. In the question“What are the best 3D game engines?” Armory3D is ranked 10th while Irrlicht is ranked 49th. The most important reason people chose Armory3D is:
Does everything in the same application. No exporting-importing assets, make a cube, hit run, cube appears, make a character, hit run, the character appears!
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Lots of examples and docs
Many working examples to study and learn. You can easily experiment modifying an example code to grok in full how the engine works. In the beginning of your learning curve, the example code will offer you many useful code snippets.
Pro Free and open source
Pro Good polymorphic design
If you are considering writing your own engine with openGL, you might want to consider Irrlicht instead. It makes many features of any engine worth its salt easy, including events, serialization, nodes, animators, materials, logging, and animation. Bring your own sound and networking.
Pro Lightweight
Especially if you compile it yourself, it can be very light in memory usage.
Pro Easy to entry level C++ experience
If you want to start game developing with C++, then Irrlicht is a good candidate since it removes most of the complications in game making in C++. It will let you obtain experience in programming and games at the same time.
Pro Support for multiple formats
This engine supports multiple formats for 3D objects and textures.
Pro Runs inside Blender
Does everything in the same application. No exporting-importing assets, make a cube, hit run, cube appears, make a character, hit run, the character appears!
Pro State of the art physically based rendering
Physically based
Cycles material nodes
Voxel-based global illumination
Temporal anti-aliasing
Tessellated displacement
Screen-space raymarching
HDR pipeline
Pro Free and open source
Pro Easy to use
Pro Node based programming and materials support
Pro Lightweight
Pro Export to multiple platforms
Export to all platform that Kha supports.
Pro A good community
Although the is an obvious lake of community help, it is still there if you look on the Armory forum or there discord your sure to find help for any problem you have.
Pro A growing community with more tutorials and documentation.
Although Armory has been a little slow in the development, tutorials on YouTube are being released almost daily and the documentation is also being updated regularly.
Pro No programing experience needed
Cons
Con Outdated
Obsolete over 5 years ago. While the engine is being worked on with plans for new features and support, the movement is slow, leaving many engines far more advanced in certain areas.
Con Not a game engine
This is a 3D graphics engine similar to Ogre3D. Thus, it doesn't provide any pathfinding or physics support. Support for those will have to be added by the dev.
Con Lack of documentation
Con Not many developers use it
Armory3d seems to be quite exotic and it should be hard to find developers to help in projects.
Con Still in development
Con Slow development
Focus from the developer has shifted to another project, so development of this has slowed considerably.
Con Good looking but a terrible choice for any serious development
Terrible lack of support and lack of a serious delivery strategy. Multiple breaking changes to the master branches (usually the only branch actually) from the core projects as well as the myriad of dependencies it uses make it a nightmare to have something stable to create with. Might be good for prototyping if you stick to the releases, but stay away if you are planning to create something serious.