Computer Graphics: Principles and Practice

Computer Graphics: Principles and Practice 2nd Edition in C
Author James D. Foley, Andries van Dam, Steven K. Feiner, John Hughes
Country United States
Language English
Series The Systems Programming Series
Genre Non-fiction
Publisher Addison-Wesley
Publication date
1995
Media type Print (hardcover)
Pages 1175
ISBN 978-0-201-84840-3
Preceded by An Introduction to Database Systems, Volume II
Followed by Structured Programming: Theory and Practice

Computer Graphics: Principles and Practice is a textbook written by John F. Hughes, Andries van Dam, Morgan McGuire, David F. Sklar, James D. Foley, Steven K. Feiner, and Kurt Akeley and published by Addison–Wesley. It is widely considered a classic standard reference book on the topic of computer graphics, and is also known as the bible of computer graphics (due to its size).

Editions

First Edition

The initial edition discussed the SGP library, which was based on ACM's SIGGRAPH CORE 1979 graphics standard, and focused on 2D vector graphics.

Second Edition

The second edition[1] was completely rewritten and covered 2D and 3D raster and vector graphics, user interfaces, geometric modeling, anti-aliasing, advanced rendering algorithms and an introduction to animation. The SGP library was replaced by SRGP (Simple Raster Graphics Package), a library for 2D raster primitives and interaction handling, and SPHIGS (Simple PHIGS), a library for 3D primitives, which were specifically written for the book.

Second Edition in C

In the second edition in C[2] all examples were converted from Pascal to C. New implementations for the SRGP and SPHIGS graphics packages in C were also provided.

Third Edition

A third edition covering modern GPU architecture was released in July 2013. Examples in the third edition are written in C++, C#, WPF, GLSL, OpenGL, G3D, or pseudocode.[3]

Awards

The book has won a Front Line Award (Hall of Fame) in 1998.[4]

References

  1. Foley, James D.; van Dam, Andries; Feiner, Steven K.; Hughes, John (15 June 1990). Computer Graphics: Principles and Practice (2nd ed.). Addison-Wesley. ISBN 978-0-201-12110-0.
  2. Foley, James D.; van Dam, Andries; Feiner, Steven K.; Hughes, John (14 August 1995). Computer Graphics: Principles and Practice in C (2nd ed.). Addison-Wesley. ISBN 978-0-201-84840-3.
  3. "Computer Graphics: Principles and Practice, 3rd Edition".
  4. "Front Line Awards Hall of Fame Winners". Game Developer. Retrieved 2010-11-01.
This article is issued from Wikipedia - version of the 6/7/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.