macOS
brew install glbindinglocal Homebrew formula metadata
brew
C++ binding for the OpenGL API. Version 3.5.0 via Homebrew; verified 2026-06-22.
install
brew install glbindinglocal Homebrew formula metadata
sudo apt install glbinding-docDebian stable package indexes · glbinding-doc · source: deb.debian.org
nix profile install nixpkgs#glbindingnixpkgs package indexes · pkgs/by-name/gl/glbinding/package.nix · source: api.github.com
sudo pacman -S glbindingArch Linux sync databases · glbinding · source: geo.mirror.pkgbuild.com
sudo zypper install glbinding-aux-developenSUSE Tumbleweed package metadata · glbinding-aux-devel · source: download.opensuse.org
overview
C++ binding for the OpenGL API
history
glbinding is a cross-platform C++ binding for the OpenGL API generated from the Khronos gl.xml specification. It replaces traditional macro-heavy OpenGL loaders with real functions, variables, C++ enum classes, lazy function resolution, and metadata around the generated API.
The cginternals project released glbinding 1.0.0 in 2014 and continued through 2.x and 3.x documentation lines. Its design reflects the C++11 era of OpenGL tooling: stronger typing, generated headers, feature-centered includes, callbacks, multi-context support, and CMake integration instead of ad hoc extension-loader code.
glbinding gained packaging across graphics-oriented development environments because it sits between OpenGL applications and windowing/toolkit stacks such as GLFW, GTK, Qt, and SDL. Its documentation also points to distribution through Homebrew, Debian, Ubuntu, Arch, vcpkg, Conan, and prebuilt Windows archives.
Practitioners include glbinding headers, initialize the binding after creating an OpenGL context, and then call OpenGL functions through the generated C++ namespaces. Projects commonly link it through CMake targets such as glbinding::glbinding and optionally glbinding::glbinding-aux for metadata, logging, and diagnostic support.
For package maintainers, glbinding is interesting because it packages generated API code, CMake config files, examples, documentation, and tools around the Khronos registry. It also exposes a classic compatibility question for graphics stacks: the package must align compiler support, OpenGL headers, context-creation libraries, and downstream C++ ABI expectations.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
glbinding-glmeta | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/cginternals/glbinding
install metadata
| Package key | brew:glbinding |
|---|---|
| Version | 3.5.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/glbinding |
| Homepage | https://glbinding.org/ |
| Repository | https://github.com/cginternals/glbinding |
| Upstream docs | https://glbinding.org/docs.html |
| License | MIT |
| Source archive | https://github.com/cginternals/glbinding/archive/refs/tags/v3.5.0.tar.gz |
| Last updated | 2026-06-22T14:03:34-07:00 |
| Pulse | updated |
| Build dependencies | cmake |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | glbinding |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
glbinding-doc 3.3.0-2
documentation for glbinding
https://github.com/cginternals/glbinding
sudo apt install glbinding-docglbinding-tools 3.3.0-2+b1
command-line tools for glbinding
https://github.com/cginternals/glbinding
sudo apt install glbinding-toolslibglbinding-dev 3.3.0-2+b1
development files for glbinding
https://github.com/cginternals/glbinding
sudo apt install libglbinding-devlibglbinding3 3.3.0-2+b1
cross-platform C++ binding for OpenGL
https://github.com/cginternals/glbinding
sudo apt install libglbinding3glbinding
nix profile install nixpkgs#glbindingglbinding-doc 2.1.1-2build2
documentation for glbinding
https://github.com/cginternals/glbinding
sudo apt install glbinding-docglbinding-tools 2.1.1-2build2
command-line tools for glbinding
https://github.com/cginternals/glbinding
sudo apt install glbinding-toolslibglbinding-dev 2.1.1-2build2
development files for glbinding
https://github.com/cginternals/glbinding
sudo apt install libglbinding-devlibglbinding2 2.1.1-2build2
cross-platform C++ binding for OpenGL
https://github.com/cginternals/glbinding
sudo apt install libglbinding2glbinding 3.5.0-1
A C++ binding for the OpenGL API, generated using the gl.xml specification
sudo pacman -S glbindingglbinding-aux-devel 3.5.0-2.3
Headers and objects for building against glbinding's auxiliary features
https://github.com/cginternals/glbinding
sudo zypper install glbinding-aux-develglbinding-devel 3.5.0-2.3
Headers and objects to build against glbinding
https://github.com/cginternals/glbinding
sudo zypper install glbinding-devellibglbinding-aux3 3.5.0-2.3
Auxiliary shared library for glbinding
https://github.com/cginternals/glbinding
sudo zypper install libglbinding-aux3libglbinding3 3.5.0-2.3
C++ binding for the OpenGL API
https://github.com/cginternals/glbinding
sudo zypper install libglbinding3source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.