OpenGl

R

Raymond Brown

Any willing to talk offline or here if all are interested in the
OpenGL bindings I hear are in Ruby? I would like to know more about
it and if anyone has successfully used them or ran a simple ruby/
OpenGL application.

Raymond
 
B

Bill Kelly

Hi,
Any willing to talk offline or here if all are interested in the
OpenGL bindings I hear are in Ruby? I would like to know more about
it and if anyone has successfully used them or ran a simple ruby/
OpenGL application.

There are several OpenGL demo programs (ports of the SGI demos)
that come with the OpenGL bindings when you install them.

Also, here are bindings for rendering true-type fonts in OpenGL
in Ruby: http://rubyforge.org/projects/ruby-ftgl/


Regards,

Bill
 
D

Dayne

Raymond,

Ruby + OpenGL works great (comes w/ windows installer too).

I've only done very basic GL apps so far.. most amusing thing was a
small partical system .. spewing colored dots from under the mouse
cursor and then causing them to blow around on window. Very basic,
very silly, but really amusing because it 'Just Worked' in both Linux
(./run_it) and Windows (double click it). Actually getting the linux
to work was a bit harder since I had to install the opengl bindings.

Other fun gl related stuff

http://rubyforge.org/projects/rubyglew/

http://librend.rubyforge.org/wiki/wiki.pl

librend is a really interesting looking project.. but at this time
only is going to work in Linux land.. and only if you are willing to
dedicate a lot of time towards getting all of its dependancies (both
in ruby and out) compiled and working.. but the end result is
amazing... the following is all the code needed to make a anti-aliased
true-type opengl clock:

http://rafb.net/paste/results/pw8XY150.html

Fun stuff!


-dayne
 
M

Masao Mutoh

Hi,

Any willing to talk offline or here if all are interested in the
OpenGL bindings I hear are in Ruby? I would like to know more about
it and if anyone has successfully used them or ran a simple ruby/
OpenGL application.

How about Ruby/OpenGL with Ruby-GNOME2 ?

It includes sample scripts and there is a "Logo demo" on Ruby-GNOME2
Website.
http://ruby-gnome2.sourceforge.jp/hiki.cgi?Logo

It works on *nix and MS Windows.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,995
Messages
2,570,225
Members
46,815
Latest member
treekmostly22

Latest Threads

Top