views:

27

answers:

1

I want to use Clutter library but not in C/C++ languages. I want a more high level, maybe dynamic language for easy & speed of development to prototype some UI ideas. Also, if posible, it must have stable & complete api coverage.

A: 

Right on the Clutter website, you can find this page about bindings for Python, Vala, Ruby, C#, Perl, and C++. (Although you didn't want to use that last one.)

ptomato
Ah, thanks! I think I will go with pyclutter or clutter-sharp as I'm a java dev
MegaTux
There are also Java bindings in the git repo, don´t know its maturity
MegaTux