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

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

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/).