没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > oglshell |
oglshell
|
0 | 0 | 5 |
贡献者 | 讨论 | 代码提交 |
概述
OpenGL Shell - OOP wrapper for use in C++ programs.What is OpenGL Shell?OpenGL Shell is an open source and cross-platform OOP-based wrapper around OpenGL and NVIDIA Cg C-based APIs. The goal of wrapper is to provide abstraction over numerous GL calls, window-system differences and GLSL/Cg shaders. Also with shell it is possible to write managed code, using smart pointers to avoid memory leaks, which is impossible with "pure" OpenGL.
What platforms are supported?Currently library works under Windows XP/Vista and Linux. I've made some efforts to make source code portable, now it is compiled in MSC and GCC. In future MinGW may be supported too, if needed.
创建时间:2014-05-11 10:05