Looking for open source games and examples or books to learn

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
umen
Posts: 54
Joined: Fri Aug 08, 2008 11:10 am

Looking for open source games and examples or books to learn

Post by umen »

Hello all ,
I'm looking for researchers of games that are made with this engine like open source games or examples or books that i can learn from .
Can you please share some if you have .
Thanks
CuteAlien
Admin
Posts: 9651
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Looking for open source games and examples or books to learn

Post by CuteAlien »

Maybe just check github or sourceforge for games? Or check out which games are in Linux distrubutions - those tend to all be with sources.

One of the best examples might be the Quake sources.

For Irrlicht there is for example my old game (shameless plug): https://github.com/mzeilfelder/hc1
Be warned it's been written 15 years ago and I was struggling a bit more with 3d math (especially matrices) back then and some code reflects that *sigh*.

As for books - I really like "Game Engine Architecture" from Jason Gregory. It goes deep, sometimes a bit too deep maybe. But it covers everything and is the best book about game programming I've read so far.
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