Irrlicht status compared to other engines

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
Hotshot5000
Posts: 2
Joined: Sun Oct 16, 2016 11:30 pm

Irrlicht status compared to other engines

Post by Hotshot5000 »

How does Irrlicht compare to say other open source projects like Ogre3D, Horde3D or with Unreal Engine 4?

1. Does it have dx12/Vulkan support? Dx11?
2. Physically based renderer?
3. iOS and Android support? Metal API support, what version of OpenGL ES?
4. Architectured with data oriented design?
5. Still ongoing development or maintenance or dead?
6. What features are going to be added going forward?

Basically how in line is Irrlicht with the current generation engines?

Thank you!
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Irrlicht status compared to other engines

Post by CuteAlien »

1,2,4 currently not supported (Dx11 somewhat in an own branch, but there is a rewrite planned for that one). Mobile support is not in official Irrlicht yet, but there is a usuable branch in svn called ogl-es which works on Android and iPhones.
Irrlicht has been in development for a long time and is pretty stable by now. The design is not data oriented, but object oriented, which might not be optimal when it comes to speed, but helps a lot if you want to read the code or write extensions. So it's easy to modify Irrlicht if you know some c++. Also it is still relatively easy to use if you are relatively new to c++ and 3D programming.
Development has been somewhat slow this year (see activity here: https://sourceforge.net/p/irrlicht/acti ... &limit=100), but I'm slightly optimistic it's going to speed up again soon.
Main short term feature planned is to get the mentioned ogl-es branch into the main engine.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Hotshot5000
Posts: 2
Joined: Sun Oct 16, 2016 11:30 pm

Re: Irrlicht status compared to other engines

Post by Hotshot5000 »

Just played your H-Craft Championships game on my android development phone. Is a port to iOS in the works? I would like to play it on my main iPhone! Very cool game.
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Irrlicht status compared to other engines

Post by CuteAlien »

Thanks. But no port in the works - at least not by me. I don't have an apple system, so I simply can't do that.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
REDDemon
Developer
Posts: 1044
Joined: Tue Aug 31, 2010 8:06 pm
Location: Genova (Italy)

Re: Irrlicht status compared to other engines

Post by REDDemon »

Irrlicht is so far the easiest 3D engine to be used if you want a pure code oriented solution, I tried MANY MANY other engines, this one is the easiest.
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
robmar
Posts: 1125
Joined: Sun Aug 14, 2011 11:30 pm

Re: Irrlicht status compared to other engines

Post by robmar »

We have Grantye's DX11 driver running, is there no interest in integrating it for some reasons unknown?
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Irrlicht status compared to other engines

Post by CuteAlien »

@robmar: Sorry, I don't think anyone of us has that on his todo-list.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: Irrlicht status compared to other engines

Post by Nadro »

@robmar
This driver will be available in shader-pipeline rev2 branch, however due to a lack of time I may not be able to do this soon. I think that Q2 2017 is more realistic, but we'll see :)
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
threedslider
Posts: 5
Joined: Mon Sep 26, 2016 5:01 pm

Re: Irrlicht status compared to other engines

Post by threedslider »

Why not to include Opengl 4.5 and the futur vulkan will be good ? Cause Directx 12 is broken due from UWP so I don't like it. If I learn C++ very good that I would be happy to help Irrlicht to extend it but I pretty new still here.
Post Reply