I
Ilmari Heikkinen
Hi, anyone done interesting things with ruby-opengl?
Made some lit spheres: http://dark.fhtr.org/light2.rb
(needs ruby-opengl and glut)
Seems like it'd be quite feasible to use Ruby for managing the scene and
write the heavy drawing functions in C for speed. (Or precalc to display
lists)
Ilmari Heikkinen
Made some lit spheres: http://dark.fhtr.org/light2.rb
(needs ruby-opengl and glut)
Seems like it'd be quite feasible to use Ruby for managing the scene and
write the heavy drawing functions in C for speed. (Or precalc to display
lists)
Ilmari Heikkinen