OGLplus (oglplus) is a header-only library that implements a thin object-oriented facade over the OpenGL (version 3 and higher) C-language API. It provides wrappers that automate the resource and object management and make the use of OpenGL in C++ safer and easier.
| Tags | OpenGL C++ Library Computer Graphics |
|---|---|
| Licenses | Boost Software License |
| Operating Systems | Linux |
| Implementation | C++ |
Recent releases


Release Notes: This release adds support for MinGW, a wrapper for AMD_performance_monitor, new examples, and documentation updates.


Release Notes: This is the first packaged release with MSVC 11 support.


Release Notes: Wrappers for several GL extensions have been added. The build system has been updated, and some problems have been fixed. The error checking/reporting subsystem has been updated, and can now be partially compiled away if necessary. New camera matrix constructors have been added, and some of the existing ones have been renamed.


Release Notes: A CMake configuration/build system was added and the old build system was removed. Headers and sources were updated for better compatibility with GLEW.


Release Notes: Wrappers for many GL-context value queries were added. New enumerations and wrappers for Viewport, Texture, Renderbuffer, and Sync-related operations were added. The consistency of the interface was improved. Several new examples were added.