https://github.com/cstack/learnopengl
https://github.com/cstack/learnopengl
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cstack/learnopengl
- Owner: cstack
- Created: 2020-06-27T04:04:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T16:20:45.000Z (over 5 years ago)
- Last Synced: 2025-04-04T09:51:07.115Z (about 1 year ago)
- Language: C
- Size: 57.6 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
Based loosely on [Learn OpenGL](https://learnopengl.com/)
# Setup
## Mac
```
brew install glfw
```
## All platforms
```
make run
```