# Installer glbinding avec Homebrew, Nix, pacman, apt, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de glbinding pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:glbinding
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install glbinding
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#glbinding
```

  Preuve: nixpkgs package indexes: pkgs/by-name/gl/glbinding/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S glbinding
```

  Preuve: Arch Linux sync databases: glbinding from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- Debian apt (92%):

```sh
sudo apt install glbinding-doc
```

  Preuve: Debian stable package indexes: glbinding-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- zypper (92%):

```sh
sudo zypper install glbinding-aux-devel
```

  Preuve: openSUSE Tumbleweed package metadata: glbinding-aux-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:glbinding
- **Gestionnaire de paquets:** Homebrew
- **Version:** 3.5.0
- **Résumé source:** C++ binding for the OpenGL API
- **Page d'accueil:** <https://glbinding.org/>
- **Dépôt:** <https://github.com/cginternals/glbinding>
- **Dernière mise à jour:** 2026-06-22T14:03:34-07:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- glbinding-glmeta (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 3.5.0
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 2014: glbinding 1.0.0 is published on GitHub releases.
- 2016: glbinding 2.0.0 is published, followed by the 2.1 release line.
- 2018: The project documents v3.0 and v2.1 as stable documentation branches on glbinding.org.
- 2019: The README notes Khronos KHR header dependency handling as part of downstream build setup.

### Related projects

- OpenGL, Khronos OpenGL Registry, khrbinding-generator, GLEW, GLFW, Qt, GTK, SDL, CMake.

### Sources

- <https://api.github.com/repos/cginternals/glbinding/releases?per_page=100>
- <https://glbinding.org/>
- <https://glbinding.org/docs.html>
- <https://raw.githubusercontent.com/cginternals/glbinding/master/README.md>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Debian apt - glbinding-doc - 3.3.0-2: normalized package name match | Debian stable package indexes: glbinding-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | documentation for glbinding | https://github.com/cginternals/glbinding
- Debian apt - glbinding-tools - 3.3.0-2+b1: normalized package name match | Debian stable package indexes: glbinding-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | command-line tools for glbinding | https://github.com/cginternals/glbinding
- Debian apt - libglbinding-dev - 3.3.0-2+b1: normalized package name match | Debian stable package indexes: libglbinding-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | development files for glbinding | https://github.com/cginternals/glbinding
- Debian apt - libglbinding3 - 3.3.0-2+b1: normalized package name match | Debian stable package indexes: libglbinding3 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | cross-platform C++ binding for OpenGL | https://github.com/cginternals/glbinding
- Nix - glbinding: normalized package name match | nixpkgs package indexes: pkgs/by-name/gl/glbinding/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - glbinding-doc - 2.1.1-2build2: normalized package name match | Ubuntu 24.04 LTS package indexes: glbinding-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | documentation for glbinding | https://github.com/cginternals/glbinding
- Ubuntu apt - glbinding-tools - 2.1.1-2build2: normalized package name match | Ubuntu 24.04 LTS package indexes: glbinding-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | command-line tools for glbinding | https://github.com/cginternals/glbinding
- Ubuntu apt - libglbinding-dev - 2.1.1-2build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libglbinding-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | development files for glbinding | https://github.com/cginternals/glbinding
- Ubuntu apt - libglbinding2 - 2.1.1-2build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libglbinding2 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | cross-platform C++ binding for OpenGL | https://github.com/cginternals/glbinding
- pacman - glbinding - 3.5.0-1: normalized package name match | Arch Linux sync databases: glbinding from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A C++ binding for the OpenGL API, generated using the gl.xml specification | http://www.glbinding.org
- zypper - glbinding-aux-devel - 3.5.0-2.5: normalized package name match | openSUSE Tumbleweed package metadata: glbinding-aux-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Headers and objects for building against glbinding's auxiliary features | https://github.com/cginternals/glbinding
- zypper - glbinding-devel - 3.5.0-2.5: normalized package name match | openSUSE Tumbleweed package metadata: glbinding-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Headers and objects to build against glbinding | https://github.com/cginternals/glbinding
- zypper - libglbinding-aux3 - 3.5.0-2.5: normalized package name match | openSUSE Tumbleweed package metadata: libglbinding-aux3 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Auxiliary shared library for glbinding | https://github.com/cginternals/glbinding
- zypper - libglbinding3 - 3.5.0-2.5: normalized package name match | openSUSE Tumbleweed package metadata: libglbinding3 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | C++ binding for the OpenGL API | https://github.com/cginternals/glbinding


## Combined YAML source

View the package source record on GitHub. [combined/glbinding.yml](https://github.com/mxcl/pkgdb/blob/main/combined/glbinding.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
