rubygl 0.1.0
This library provides you with all of the essentials for doing graphics programming in Ruby including windowing, context management, 1:1 mapping of OpenGL calls, and input handling. The backend of this library consists of FFI functions with 1:1 mapping to the C code that makes all of this possible. The frontend of this library provides abstractions for interacting with the backend functionality so that you do not have to deal with the manual memory management from within Ruby that the backend requires.
Gemfile:
=
install:
=
Runtime Dependencies (1):
ffi
>= 0