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

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

Awesome Lists containing this project

README

        

## Dependencies (Fedora)
- cmake
- glfw
- glfw-devel

## Compiling
``` shell
cmake --build .
```

## Running
``` shell
bin/glfw_sample
```