Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hubenchang0515/easygl

C++ tiny warp of OpenGL
https://github.com/hubenchang0515/easygl

Last synced: 18 days ago
JSON representation

C++ tiny warp of OpenGL

Awesome Lists containing this project

README

        

# EasyGL
OpenGL C++ tiny wrap and demo

## Build

```
mkdir build
cd build
cmake ..
cmake --build .
```

## Depends
* [glad](thirdparty/glad/LICENSE)
* [glfw](thirdparty/glfw/LICENSE)
* [glm](thirdparty/glm/copying.txt)
* [stb](thirdparty/stb/LICENSE)