Page 1 of 1
Books for learning Irrlichts
Posted: Sat Aug 31, 2019 12:49 am
by Sebastian1711

Hello
I want to create a learning game .
I have none book to understand Irrlicht.
Has anybody a list of books for Irrlight
Greeting from Hamburg
Sebastian

Re: Books for learning Irrlichts
Posted: Sun Sep 01, 2019 3:15 pm
by CuteAlien
Only specific Irrlicht book I know of is this one:
https://www.amazon.com/Irrlicht-Realtim ... way&sr=8-1
For general game programming I can strongly recommend "Game Engine Architecture" by Jason Gregory:
https://www.amazon.com/Game-Engine-Arch ... way&sr=8-2
It's maybe a bit much sometimes if you are starting out as it's targeted at engine developers, but it's really a book which will be worth keeping around a long time as it goes over nearly every topic you'll run into when programming games. I wish I had had this one 2 decades earlier :-)
Besids that - check the examples. Modify them maybe.