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

https://github.com/vaiorabbit/ruby-glfw

ruby-glfw (FFI Edition)
https://github.com/vaiorabbit/ruby-glfw

Last synced: 3 months ago
JSON representation

ruby-glfw (FFI Edition)

Awesome Lists containing this project

README

          

# ruby-glfw (FFI edition) #

* Created : 2013-08-17
* Last modified : 2013-08-19

## Contents ##

* glfw.rb : GLFW wrapper using ruby-ffi (https://github.com/ffi/ffi)
* api_check.rb : exhaustive test
* minimal.rb, simple.rb : minimal examples.
* glfw_fiddle.rb : GLFW wrapper using Fiddle (http://www.ruby-doc.org/stdlib-2.0/libdoc/fiddle/rdoc/Fiddle.html)
* api_check_fiddle.rb : exhaustive test for glfw_fiddle.rb
* minimal_fiddle.rb, simple_fiddle.rb : minimal examples.

## Credit ##

* Author : vaiorabbit@twitter.com