Page 1 of 1

Useful Coding Books?

Posted: Sun May 20, 2007 5:11 pm
by DarkWhoppy
I'm just curious...

Does anyone know of any books that may be useful when it comes to coding with Irrlicht? 8)

Posted: Sun May 20, 2007 5:43 pm
by Ico
Haven't seen any. Great opportunity for someone to make some extra bucks! ;)

http://www.irrlicht3d.org/wiki/ not a real book but something to read, write and extend. :)

Posted: Sun May 20, 2007 5:44 pm
by TheRLG
There are a few good books, not exactly Irrlicht-centric, but covering advanced 3D mathematics topics that would help you "pimp your irrlicht" to the fullest.

Posted: Sun May 20, 2007 6:41 pm
by zeno60
Any kind of 3D math primer would be helpful, but I don't think there is a book specific for Irrlicht development. Why not? Who knows, it certainly deserves one. Ogre got one a few months back and it looked pretty detailed and helpful (I believe it was just some random member on their forums who decided to get it published.) So its not unheard of for an indie engine to get its own book.

Posted: Sun May 20, 2007 8:30 pm
by JPulham
Isn't that kinda of what the wiki IS FOR though? a free repository of knowledge online?

Posted: Mon May 21, 2007 12:36 am
by TheRLG
So what do we need? A primer to making a 3D game with Irrlicht?

"My First Irrlicht3D Game" ? lol

Or do we need something like

"Making Irrlicht Useful" :lol:

Posted: Mon May 21, 2007 3:33 am
by DarkWhoppy
I'm just looking for a good primer with some useful math techniques and tips, etc...

Something someone has already read and found useful when they ventured into the world of Irrlicht. :lol:

Posted: Mon May 21, 2007 8:46 am
by JPulham
'Game Coding complete' by Mick McShaffery was a good book. It looked into good coding practice and had code like 'making your own scene graph' and a very useful smart pointer class that deallocates itself :shock: . It then goes into managing/producing a game.

BTW: also has a simple primer on Vector and Matrix math... and I think the 2nd edition has networking and physics :?

Posted: Mon Jun 18, 2007 8:38 pm
by ambir
2 I like

Premier Press - Game Programming All in One
The C++ Programming Language (by Bjarne Stroustrup)