glbinding

[full]

glbinding is a cross-platform C++ binding for the OpenGL API, generated using the gl.xml specification.

glbinding is a cross-platform C++ binding for the OpenGL API.

GitHub release Travis Appveyor Tokei

Documentation Examples Tools

glbinding leverages C++11 features like enum classes, lambdas, and variadic templates, instead of relying on macros; all OpenGL symbols are real functions and variables. It provides type-safe parameters, per-feature API headers, lazy function resolution, multi-context and multi-thread support, global and local function callbacks, meta information about the generated OpenGL binding and the OpenGL runtime, as well as tools and examples for quick-starting your projects. Based on the OpenGL API specification (gl.xml) glbinding is generated using python scripts and templates that can be easily adapted to fit custom needs.

... More
license MIT
project glbinding
url glbinding.org/
doc-url glbinding.org/docs.html
src-url github.com/cginternals/glbinding
1 Version
version 3.1.0+1
repository https://pkg.cppget.org/1/stable
depends 0