Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danimtb/glfw_examples

GLFW Examples out of glfw (3.2.1) library to consume the Conan package
https://github.com/danimtb/glfw_examples

c c-plus-plus cmake conan examples glfw3

Last synced: 12 days ago
JSON representation

GLFW Examples out of glfw (3.2.1) library to consume the Conan package

Awesome Lists containing this project

README

        

## Preliminary build steps

```
conan install . --install-folder build
conan build . --build-folder build
```