Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hubenchang0515/easygl
- Owner: hubenchang0515
- License: gpl-3.0
- Created: 2022-03-07T14:02:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T08:34:57.000Z (10 months ago)
- Last Synced: 2024-04-03T09:28:37.674Z (10 months ago)
- Language: C++
- Size: 489 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)