portablegl

OpenGL 3.x-like rendering library implementation in portable C

brewmacoslinux
Try with needOr install directly
Source

About

Implementation of OpenGL 3.x-ish in clean C

Commands

portablegl

Examples

Include portablegl headers in a C graphics application$ gcc -I$(brew --prefix portablegl)/include myapp.c -o myapp -lportablegl
Link portablegl library in a CMake project$ find_package(portablegl REQUIRED) and target_link_libraries(myapp portablegl)
Verify portablegl installation and locate library files$ brew list portablegl