Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danimtb/glfw_examples
- Owner: danimtb
- Created: 2017-11-29T08:39:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T13:28:28.000Z (about 7 years ago)
- Last Synced: 2023-02-28T01:41:39.166Z (almost 2 years ago)
- Topics: c, c-plus-plus, cmake, conan, examples, glfw3
- Language: C
- Homepage:
- Size: 318 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Preliminary build steps
```
conan install . --install-folder build
conan build . --build-folder build
```