Is Irrlicht still maintained?

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
Jedive
Posts: 146
Joined: Wed Apr 28, 2004 5:51 pm

Is Irrlicht still maintained?

Post by Jedive »

I need a 3D engine to write a game. Don't need any modern features (the game will be made in late 90s - early 00s style), and Irrlicht looked like the perfect choice for my needs. The problem is that, when trying to compile the last version (1.8.4) under macOS Catalina with Xcode 11.4, the compilation raised multiple errors, so I was wondering if the engine is still being maintained.

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

Re: Is Irrlicht still maintained?

Post by CuteAlien »

I still maintain the engine and even plan a 1.9 release. But unfortunately not on macOS. svn trunk has some fixes for OS X which are not in 1.8.4, so that might be worth a shot. There's 1-2 guys around which help me usually to apply OS X fixes, but that's about the support for that platform at the moment.
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
Jedive
Posts: 146
Joined: Wed Apr 28, 2004 5:51 pm

Re: Is Irrlicht still maintained?

Post by Jedive »

Thank you for your work! I'll use the SVN version then, and if any changes need to be done on macOS I'll inform you :)

PS: Any ETA on the 1.9 release?
CuteAlien
Admin
Posts: 9644
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Is Irrlicht still maintained?

Post by CuteAlien »

Last ETA was last January :-( I hope I find soon time to take off another 1-2 weeks for Irrlicht coding and maybe that will help me finish it. Basically it's nearly done, but last tasks are stuff I can't just do on the side but need a few days in a row to work on it. My current hope is "summer". But no promise.
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
DaVinic
Posts: 1
Joined: Mon Jul 06, 2020 4:07 am

Re: Is Irrlicht still maintained?

Post by DaVinic »

I can successfully compile the engine from the source code here
. And my OS is also Catalina with the newest version of Xcode.
CuteAlien
Admin
Posts: 9644
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Is Irrlicht still maintained?

Post by CuteAlien »

Irrlicht also got several fixes for OS X in the last 2-3 weeks. It might compile now as well.
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
Post Reply