https://github.com/lukechinworth/opengl
https://github.com/lukechinworth/opengl
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukechinworth/opengl
- Owner: lukechinworth
- Created: 2021-06-26T19:03:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-26T19:04:03.000Z (almost 4 years ago)
- Last Synced: 2025-01-18T12:47:58.398Z (3 months ago)
- Language: C++
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`