glfunctions
command-line tools for glbinding
Install
- All systems
-
curl cmd.cat/glfunctions.sh
- Debian
-
apt-get install glbinding-tools - Ubuntu
-
apt-get install glbinding-tools - Arch Linux
-
pacman -S glbinding - Kali Linux
-
apt-get install glbinding-tools - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install glbinding-tools - OS X
-
brew install glbinding - Raspbian
-
apt-get install glbinding-tools
glbinding-tools
command-line tools for glbinding
glbinding leverages modern 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 header, 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. This package provides the command-line tools.