Logo

Michael Abrash's Graphics Programming Black Book

Large book cover: Michael Abrash's Graphics Programming Black Book

Michael Abrash's Graphics Programming Black Book
by

Publisher: Coriolis Group Books
ISBN/ASIN: 1576101746
ISBN-13: 9781576101742
Number of pages: 1342

Description:
This is a collection of the author's previous books on assembly language and graphics programming, as well as past columns for Dr. Dobb's magazine. Though much of the book is out-of-date by now, the reader can see some of the author's tendencies: -a reliance on profiling in order to test code, and creative thinking to improve performance wherever possible. The last few chapters explore the technology behind the popular Doom and Quake 3-D games by id Corporation. Optimized solutions to 3-D graphics problems from texture mapping, hidden surface removal, and Binary Space Partitioning trees are explained. This book is clearly targeted at game developers and serious assembly language programmers.

Home page url

Download or read it online for free here:
Download link
(multiple formats)

Similar books

Book cover: Cross-Platform GUI Programming with wxWidgetsCross-Platform GUI Programming with wxWidgets
by - Prentice Hall PTR
wxWidgets is a free C++ API for writing GUI applications. This book is the best way for beginning developers to learn wxWidgets programming in C++. It is a must-have for programmers thinking of using wxWidgets and those already using it.
(26966 views)
Book cover: Learn Computer Graphics From ScratchLearn Computer Graphics From Scratch
- Scratchapixel
From the table of contents: Mathematics and Physics for Computer Graphics; Foundations of 3D Rendering; Better, Faster, More; Advanced Techniques; Digital Imaging; Procedural Generation of Virtual Worlds. 32 lessons, 166 chapters, C++ source code.
(6955 views)
Book cover: Blender 3D: Noob to ProBlender 3D: Noob to Pro
- Wikibooks
This book is a series of tutorials to help new users learn Blender. The tutorials increase in difficulty, and later tutorials build on the lessons in previous ones. Therefore, Blender beginners should follow the tutorials in sequence.
(29436 views)
Book cover: The OpenGL Programming GuideThe OpenGL Programming Guide
by - Addison-Wesley Professional
Clear explanations of OpenGL functionality and basic computer graphics techniques, such as building and rendering 3D models; viewing objects from different perspective points; and using shading, lighting, and texturing effects for greater realism.
(18306 views)