Rating:  Summary: OpenGL for MFC Programmers Review: I found the book useful and practically the only book that shows how to use OpenGL with MFC and the Visual C++ programming environment. If you're interested in SDK c style code this is not the book for you. If you're interested in C++ and MFC this book is highly recommended. The book could use additional topics such as printer & memory DC support, however, overall it's a great introduction.
Rating:  Summary: Convoluted. No real value above the standard red book. Review: I was hoping this book would help with a project I was working on. Unfortunately it was vague and had no real depth. In the end I bought Mark Kilgard's excellent book on X Windows and translated his excellent descriptions and code examples into the equivalent wgl functions. I also bought OpenGL Superbible which is better than this for wgl functions.
Rating:  Summary: Should have been titled OpenGL for MFC programmers Review: If you like your code wrapped in C++ classes then this might be your book. For those who prefer to learn the API and have more control, get something else. This book tries to look like the official book for programming OpenGL under MS Windows. But don't let that fool you. If you want to do OpenGL and at the same time understand what's going on, then get the "red book"(ISBN 0201604582). Also get a windows specific OpenGL book like the OpenGL SuperBible (Highly recommended).
Rating:  Summary: pass. Review: OpenGL Programming for Windows 96 and Windows NT sacrifices technical information for amateur hand-holding. The included CD which "...contains all source code and projects from the book..." is incomplete and makes annoying assumptions about the user's development platform
Rating:  Summary: A clunker Review: The "reader from Princeton, NJ" hit it on the head when he called this book "Horrifyingly Undercooked". DO NOT try to read the sections on understanding translations and rotations, the author is a klutz at explaining it - just use the "Red Book".The only thing I got out of the book was to take one of the early simple sample programs to start a framework for building my Windows-based application(a flight simulator). The OpenGL SuperBible is much better, wish I would have known about it first.
Rating:  Summary: Good to get a quick start in Win 95/98 and NT Review: The strength of this book is that it contains code (in CD) that you can use rihgt away to develop openGL program in Visual C++ environment. The weak part is that it does not teach you well--some topics are presented in very confusing ways. You would not learn much openGL from this book.
Rating:  Summary: It tells about what the title says, no more, no less. Review: This book has two main topics, programming OpenGL and programming OpenGL on Windows. It only covers a little about 3-D graphics programming in general, since that's too big a subject for any book that wants to cover anything else. The coverage of general OpenGL concepts is very clear, as is the discussion of Windows-specific OpenGL concepts. It doesn't try to teach anything other than OpenGL about Windows programming, since there are thousands of other books on Windows programming in general. It uses MFC to cover up the annoying, off-topic details of Windows programming, without obscuring how the same work could be done without MFC. The book is short (around 250 pages), and that's a good thing in this case. The author didn't clutter the book with lots of stuff that everyone who would buy it would already know. He didn't pad it with lots of cut-and-paste filler. It took me two days to read it and start programming worthwhile stuff in OpenGL on Windows. All co! ntent. No Clutter. Thumbs up.
Rating:  Summary: Good integration of OpenGL with Windows Review: This book is heavily biased towards MS products, MS VC++ in
particular. The author uses MFC throughout almost the whole
book, which is either a big plus or a big minus, but at least
he gives reasons why you are doing what you are doing before
writing the C++ code. Good explanation of pixel formats and
why they are important. Could use more in the way of examples,
but you end up with a nice MFC view class that's easy to
drop into your projects. Assumes that you know little about
OpenGL, but are familiar with C++ and MFC. Could have been
longer. The last chapter on hardware and optimization is nice.
Rating:  Summary: Ignore what those guys said, this is a great book Review: Those that know nothing about OpenGL will find this book extremely helpful. It explains concepts that had previously confused me, and proceeds in a logical order. He manages a few clever jokes, and a carefully worded metaphor here and there, but NOTHING that would detract from the readability and terseness of this book. The code is created under the frame of the MFC's, but he acknowledges that early on the book and should come as any great shock. It is inter-compiler supportive. I am interested in being able to use the MFC's, but I do not understand them by any means, and I had little trouble understanding the source code provided.... I recomend this book to anyone that's interested in learning the most popular graphics language of all time. :-)
Rating:  Summary: Very good Win32 companion to the 'OpenGL Programming Guide' Review: Whether you're just learning OpenGL as a hobby or for professional applications, this book offers an easy to read, clean introduction to the basics of preparing an OpenGL scene in the Windows 95 and NT environments. I would recommend it as a secondary resource to the 'OpenGL Programming Guide' (a.k.a. "The Red Book") also published by Addison Wesley which covers OpenGL in excellent detail but is thin when it comes to platform specific implementation issues. Those issues are introduced, addressed, and solved for quite effectively in this book. As the author states in his introduction, if you are already a strong OGL programmer and need to learn it in the MSWindows environment or are a beginner trying to get your feet wet, this book is for you. If you're an expert at OpenGL, MFC, Win32, and general graphics programming, then stick to The Red Book and fill in the blanks as need be.
|