Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/migueel15/opengl-test

learning opengl
https://github.com/migueel15/opengl-test

Last synced: 11 days ago
JSON representation

learning opengl

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
```