[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

anyone using clutter?

Martin DeMello

6/10/2008 6:41:00 PM

Just stumbled across the Clutter toolkit
[http://clutter-pr...], a pretty neat-looking UI-oriented layer
atop OpenGL. It mentions ruby bindings - anyone used this?

martin

2 Answers

Joel VanderWerf

6/13/2008 8:17:00 PM

0

Martin DeMello wrote:
> Just stumbled across the Clutter toolkit
> [http://clutter-pr...], a pretty neat-looking UI-oriented layer
> atop OpenGL. It mentions ruby bindings - anyone used this?

Looks very promising... I'd like to use this instead of tk canvas for 2d
stuff.

But some of the tests seem broken, and the ruby bindings someone wrote
last year never did get integrated, afaict.

Something to keep an eye on though.

--
vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407

Daniel Brumbaugh Keeney

6/13/2008 9:03:00 PM

0

On Tue, Jun 10, 2008 at 1:40 PM, Martin DeMello <martindemello@gmail.com> wrote:
> Just stumbled across the Clutter toolkit
> [http://clutter-pr...], a pretty neat-looking UI-oriented layer
> atop OpenGL. It mentions ruby bindings - anyone used this?

It looks like the ruby bindings haven't been updated in a while
http://svn.o-hand.com/view/clutter/trunk/bindings/...

but at the very least, the author used them just last week
http://www.busydoingnothing.co.uk/blog/2008/06/06#Abus...

Latest tarball
http://www.busydoingnothing.co.uk/rbclutter-0....

Daniel Brumbaugh Keeney