Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/migueel15/opengl-test
learning opengl
https://github.com/migueel15/opengl-test
Last synced: 11 days ago
JSON representation
learning opengl
- Host: GitHub
- URL: https://github.com/migueel15/opengl-test
- Owner: migueel15
- Created: 2024-01-26T23:14:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-28T23:55:38.000Z (about 1 year ago)
- Last Synced: 2024-11-17T05:27:11.916Z (2 months ago)
- Language: C
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenGL test
build using cmake
```
git clone https://github.com/migueel15/opengl-test.git
cd opengl-test
cmake -S . -B build
cd build
make
./src/game
```