https://github.com/cstack/skeleton-graphics-project
https://github.com/cstack/skeleton-graphics-project
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cstack/skeleton-graphics-project
- Owner: cstack
- Created: 2021-03-07T20:29:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-07T21:36:10.000Z (over 5 years ago)
- Last Synced: 2025-03-03T08:29:16.269Z (over 1 year ago)
- Language: C
- Size: 91.8 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
A skeleton project that uses a simplifying wrapper around open GL to draw shapes to the screen.
Your project goes in main.cpp, which includes a render loop and example usages of rendering functions.
Based loosely on [Learn OpenGL](https://learnopengl.com/)
# Setup
## Mac
```
brew install glfw
```
## All platforms
```
make run
```