1.OpenGL(Open Graphics Library)简介

官方网站:http://www.opengl.org/
维基百科:http://zh.wikipedia.org/wiki/OpenGL
百度百科:http://baike.baidu.com/view/9222.html

2.OpenGL SDK

SGI实现的OpenGL库:
ftp://ftp.sgi.com/opengl/

微软实现的OpenGL库:
由于微软力推自己的DirectX技术,对OpenGL并没有更新,只停留在OpenGL1.1版。
见:http://support.microsoft.com/kb/154877/zh-cn

VC++.Net 2003中包含的OpenGL实现仍是这个版本,头文件路径如下:
(.NET 2003安装目录)\Vc7\PlatformSDK\include\gl\

在目前的主流硬件上,微软的DirectX似乎能获得更好的性能,呵呵。

3.GLUT(The OpenGL Utility Toolkit)

见:http://www.xmission.com/~nate/glut.html

注:
gl是OpenGL的核心库
glu是对gl的部分封装
glut封装了有关窗口,界面方面的功能,与gl,glu无关

4.部分资料

基于MFC的OpenGL编程系列文章
周炜的NeHe中文教程
OpenGL MFC Glut Tutorials
OpenGL入门学习


本文链接地址: OpenGL.1 初步了解一下OpenGL
https://blog.qingfengju.com/index.asp?id=173

分类:Win32/C++ 查看次数:6941 发布时间:2009/12/1 13:39:30