How to Install glbinding-tools in Ubuntu 18.04



Install glbinding-tools by entering the following commands in the terminal:

sudo apt update
sudo apt install glbinding-tools

Description:

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.

Homepage: https://github.com/cginternals/glbinding

Version: 2.1.1-1

Section: universe/utils