freeglut

Open-source GLUT library for creating OpenGL-based graphics applications

brewmacoslinux
Try with needOr install directly
Source

About

Open-source alternative to the OpenGL Utility Toolkit (GLUT) library

Commands

freeglut

Examples

Link freeglut library in a C/C++ project compilation$ gcc -o myapp myapp.c -lglut -lGL -lm
Check freeglut installation and version via pkg-config$ pkg-config --modversion glut
Get freeglut compiler and linker flags for build systems$ pkg-config --cflags --libs glut