An open API service indexing awesome lists of open source software.

https://github.com/lukechinworth/opengl


https://github.com/lukechinworth/opengl

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Dependencies

* `brew install glew`
* `brew install glfw`

## Build

* `clang++ main.cpp -o main.out -l glfw -l glew -framework OpenGL`