OpenGL 3.x-like rendering library implementation in portable C
Implementation of OpenGL 3.x-ish in clean C
portablegl$ gcc -I$(brew --prefix portablegl)/include myapp.c -o myapp -lportablegl$ find_package(portablegl REQUIRED) and target_link_libraries(myapp portablegl)$ brew list portablegl