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.
Release Notes: The wrappers for GL objects (Texture, Buffer, Shader, Program, etc.) have been refactored and optimized. Some optimizations have also been made to Vector, Angle, and Array. Submatrix extraction functions have been added to Matrix. Support for subroutine uniforms has been added. A couple of new examples have been added showing OpenGL 4 functionality, such as tessellation and subroutine uniforms.
Tags: OpenGL, C++, Library, Computer Graphics
Licenses: Boost Software License
Software page:
OGLplus 0.15.0



