OGLplus 0.61.0 发布,OpenGL 的 C++ 封装库
OGLplus 0.61.0 发布,此版本更新了 GL 版本检测,还有一些构建系统的改进;错误代码枚举和 OALplus 异常更新;GL ARB_clip_control 封装器;Quickbook 文档更新。
此版本现已提供下载:oglplus-0.61.0.tar.gz (5.7 MB)。
主要改进
-
The SizeType and BigSizeType classes were added and some occurences of GLsizei and GLsizeiptr were replaced.
-
Wrappers for the ARB_clip_control extension were added.
-
The ALErrorCode, ALCErrorCode and ALUTErrorCode enumerations were added to OALplus.
-
The ErrorAL exception class was added to OALplus.
-
The GL version detection in the build system and the GLUT example harness were updated.
-
Some compiler warnings were silenced.
-
The Quickbook documentation was updated.
更多内容请看发行说明。
OGLplus (oglplus) 是一个仅包含头文件的 C++ 语言库,用于实现一个瘦面向对象的 OpenGL 门面操作接口,提供了自动资源和对象管理的封装,让在 C++ 中使用 OpenGL 更加简单和安全。
来自:http://www.oschina.net/news/62243/oglplus-0-61-0