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