glbinding 2.1.1 released

CG Internals released a minor iteration of its cross-platform C++ binding for the OpenGL API. glbinding 2.1.1 simplifies type-safe use of GLboolean and provides additional OpenGL meta and context information queries. A list of all changes of the 2.1.1 release is available on GitHub.


glbinding

glbinding is a full-fledged, MIT licensed, cross-platform C++ binding for the OpenGL API. Based on the OpenGL API specification, ranging from 1.0 to the latest 4.5, glbinding is generated using scripts and templates that can be adapted to fit custom needs. It leverages modern C++11 features like enum classes, lambdas, and variadic templates, instead of relying on macros (e.g., compared to GLEW). It features type-safe parameters, per feature API headers, lazy function resolution, multi-context and multi-thread support, global and local function callbacks, as well as tools and examples for quick-starting your projects. The command line tools provide insights into your system, with respect to OpenGL capabilities (similar to GL Extension Viewer), a drivers context creation behavior or its default OpenGL state.

what-is-glbinding


Press Release created by Daniel Limberger, 01. July 2016.