Which foss games are about using the irrlicht engine?
-
- Posts: 1
- Joined: Tue Dec 03, 2024 2:05 am
Which foss games are about using the irrlicht engine?
So I installed the irrlicht engine (which is a C++ open source game engine) and I can't find it because it doesn't show up in the games category of my mustache menu. Can anyone tell me? Thanks!
Re: Which foss games are about using the irrlicht engine?
Sorry, I have to admit that I don't know what a mustache menu is. Anyway - Irrlicht will not show up in any menu (except maybe in some Linux distro menu about installed software if you used some package manager to install it). It's a library you can use to code games, so you use it in your IDE or in your Makefiles.
Due to it's liberal license Irrlicht is actually used more in proprietary applications, but if you are looking for an example check my sig for a link to a racer I open sourced many years ago. Also Luanti (formerly known as Minetest) and SuperTuxRacer started out with Irrlicht, before starting to modify the engine heavily to suit their specific needs (and there's a few more engines out there which started with Irrlicht).
Due to it's liberal license Irrlicht is actually used more in proprietary applications, but if you are looking for an example check my sig for a link to a racer I open sourced many years ago. Also Luanti (formerly known as Minetest) and SuperTuxRacer started out with Irrlicht, before starting to modify the engine heavily to suit their specific needs (and there's a few more engines out there which started with Irrlicht).
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
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm