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)
- Host: GitHub
- URL: https://github.com/vaiorabbit/ruby-glfw
- Owner: vaiorabbit
- Created: 2013-08-17T12:39:05.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-19T14:56:14.000Z (almost 13 years ago)
- Last Synced: 2025-07-05T12:47:23.307Z (about 1 year ago)
- Language: Ruby
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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