OpenGL 资源汇编
作者: 刘鹏
日期: 2009-07-21
本文收集和汇总了 OpenGL 的文档、教程和在线书籍,供学习和开发人员参考。

教程

OpenGL 入门学习系列讲的非常清楚,推荐。

大名鼎鼎的 Nehe 教程:

书籍

项目

Glitz provides Porter/Duff compositing of images and implicit mask generation for geometric primitives including trapezoids, triangles, and rectangles.

Mesa is an open-source implementation of the OpenGL specification.A variety of device drivers allows Mesa to be used in many different environments ranging from software emulation to complete hardware acceleration for modern GPUs.

其它