ffi-opengl
ffi-opengl copied to clipboard
A ruby-ffi binding to OpenGL libraries
I've found a variety of minor issues (largely outdated/deprecated stuff) and a small bug or two with the examples. Still trying to figure out why gears.rb blows up.
The "gears.rb" example results in a Segmentation Fault after running for approx. 5 seconds (The "spinning_cube.rb" works fine). Here's the output of running the script with `ruby -dw`: ``` Exception...
is it possible to initiate opengl windows from within the rails console cli ?