_______________________________________________ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
I've been working on the gimp-ruby binding. The project is almost
complete except for an interactive console, gettext support, and
documentation. Otherwise you can register procedures in a way similar
to script fu, call procedures as Ruby methods, and use GIMP types as
Ruby objects. The interactive dialog is missing some of the features
that the script fu dialog provides, but is otherwise functional.