16 of 16 people found the following review helpful:
5.0 out of 5 stars
Broad approach but well worth reading, April 14, 2004
This review is from: Core Techniques and Algorithms in Game Programming (Paperback)
This text is an intriguing kind of beast. It gives broad overviews of almost every area that impinges on game engine design, but yet avoids a lot of low level detail in maths and code that one has come to expect - perhaps wrongly? The result is that you can read this book and speak at a very high level, very comprehensively, about myriad issues affecting 3D game engine design - wihout being able to write a line of code. Yes, one could be very cynical about this style of presentation but one has to start somewhere on the learning curve. Along this dimension therefore the book is an excellent conceptual text for students. It reminds me a little in passing of the excellent Turing Omnibus but without the same algebraic grittiness.
It is a book to read before reading, say, the two volume Watt and Policarpo or Eberly's book. There is no doubt that for the student who wants a clear overview of the major current issues in game design, without the whole panopoly of algorithms, this is the best text available.
Whether the book would lead you into significant coding projects on its own, is a moot question. My personal opinion is that it wouldn't - unless you are already very familiar with the algorithmic implementations required. An ancilliary text with more DirectX or OpenGl meat would be necessary. Setting that judgement aside for the moment, it is an excellent text for anyone requiring an academically informed critique of the many design issues in game programming. Moreover it is also written to be read - a rarity in CS books these days.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
14 of 14 people found the following review helpful:
5.0 out of 5 stars
An excellent textbook, April 14, 2004
This review is from: Core Techniques and Algorithms in Game Programming (Paperback)
I have just finished using this book as a textbook for our computer game development course at the University of Otago. The text covers almost all of the important areas that need to be mentioned when discussing the development of computer games(audio and physics are a bit thin). When looking for a textbook for this course I compared several other titles including "Tricks of the Windows Game Programming Gurus" by La Mothe. The problems with La Mothe is the writing style and the heavy reliance on API specific code. Sanchez-Crespo avoids these problems by explaining ideas in a clear and concise fashion. By intentionally focusing of the ideas behind the algorithm Sanchez-Crespo has created a book that has a self life beyond most of the current stock of books. If you found La Mothe hard to stomach because of the writing you will be pleasantly surprised with this text.
The text does not provide cookie cutter code samples that make it impossible to set assignments or learn by implementation, but instead provides the background knowledge required for successful application.
I would recommend this text for any student interested in understanding the breadth of knowledge required to be a good game programmer. The feedback from the students in the course was that this was one of the best textbooks they had used for any of their courses. If you are a Professor who needs a text for your senior level University course, I would suggest that they would be hard pressed to find a better text than this.(I know I've tried)
Simon
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
18 of 20 people found the following review helpful:
5.0 out of 5 stars
opinions from one professor to another, November 13, 2003
By A Customer
This review is from: Core Techniques and Algorithms in Game Programming (Paperback)
Being a professor myself, i approached Sanchez-Crespo's book with skepticism. The NRG series is new, the author is an academic and, on top of that, the book does not come with a CD. Still, much to my surprise I have to say this book is exactly what I was looking for. After reading it (and re-reading some passages) the difference with other books on games is appalling: this is a course on games programming, a tool for those who want a formal, well laid-out introduction, that covers all the main topics and leaves few questions unanswered.
The book is structured in two parts: the first deals with gameplay programming, that is, software architecture, artificial intelligence, networks, input handling, etc. The section on AI is one of the best I've seen, and especially the chapter on Scripting Techniques is superb. Both traditional script languages, Lua and Java are covered with detail, so you can get down coding right after leaving the book. Lots of interesting techniques are detailed, such as Djikstra's, A*, etc. so this book is one of the rare instances of AI material designed specifically for games.
Then, the technology section is just appalling in scope: approx. 400 pages full of algorithms, starting with simple 3D pipelines, and then indoors/outdoors rendering, character animation, cameras, texturing, lighting, shaders, etc. The book is surprisingly up-to-date, making me guess the author is a graphics programmer at the core. The shader section is based on Cg, and covers topics such as skeletal animation on shaders, BDRFs, toon rendering, etc. So in the end this doesn't feel much as an introductory book, but as a complete volume of knowledge, ranging from the very basic to the very advanced.
Finally, there's a couple chapters worth mentioning: one on optimization, which is always handy, and another on APIs, which gives all the basic info about OpenGL and DirectX 9 to start coding. The approach for the whole book is not based on specific APIs, but on the algorithms instead. Then, these appendices tell you how to actually translate that into lines of running code.
Overall, my only criticism is that the book could have been longer (physics and audio are not there), and I hope to get a second, expanded edition soon, with more of the same, which is not necessarily a bad thing here.
I'll use it for my students.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No