https://github.com/usagi/libwrp-glfw
C++ GLFW wrapper library
https://github.com/usagi/libwrp-glfw
Last synced: 3 months ago
JSON representation
C++ GLFW wrapper library
- Host: GitHub
- URL: https://github.com/usagi/libwrp-glfw
- Owner: usagi
- Created: 2013-01-19T05:48:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-09T14:30:50.000Z (over 11 years ago)
- Last Synced: 2025-01-13T11:11:23.492Z (5 months ago)
- Language: C++
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libWRP-GLFW
C++ GLFW wrapper library
## Warning
This is alpha version state. Then the library will change destructive without pre informing, maybe.
## Library
The library is in the "./include" directory.
### Usage and Sample
The sample is in the './sample' directory.
#### build with Ninja and g++
$ ninja
$ bin/00_glfw-test## Requirement
* C++11
* [GLFW](http://www.glfw.org/) >= 2.7.x### Optional
* [google-glog](https://code.google.com/p/google-glog/)
* [Ninja](http://martine.github.com/ninja/)## Document
n/a. To see the sample and library source code if you need :)
## License
* [MIT License](http://opensource.org/licenses/MIT)
## Author
(C)2013 Usagi Ito / [Wonder Rabbit Project](http://www.WonderRabbitProject.net/).