https://github.com/tdgroot/glfw-sample
Sample GLFW project using CMake
https://github.com/tdgroot/glfw-sample
Last synced: 20 days ago
JSON representation
Sample GLFW project using CMake
- Host: GitHub
- URL: https://github.com/tdgroot/glfw-sample
- Owner: tdgroot
- Created: 2019-01-19T12:08:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T12:33:54.000Z (over 6 years ago)
- Last Synced: 2025-02-14T20:32:02.205Z (2 months ago)
- Language: C
- Size: 231 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dependencies (Fedora)
- cmake
- glfw
- glfw-devel## Compiling
``` shell
cmake --build .
```## Running
``` shell
bin/glfw_sample
```