Gimp Ruby
Gimp-Ruby allows you write new GIMP plugins in the Ruby programming language. Gimp-Ruby also contains a module, Ruby-Fu, which allows you to define new procedures similarly to Script-Fu.
NOTE: This was written a long time ago, and I strongly doubt it works out of the box anymore. Ruby's star has fallen significantly in the last 20 years anyway. Either way, I'll keep the code up here until whenever I guess.
Download:
Get the source tarball here: gimp-ruby.tgz
Gimp-Ruby used to be hosted on the GNOME SVN repository at http://svn.gnome.org/svn/gimp-ruby/trunk gimp-ruby
, but I dunno where it migrated to since...
Documentation:
For more information, read the Gimp-Ruby guide, and the Gimp-Ruby tutorial.
Special Thanks:
Gimp-Ruby was created as a project for the Google Summer of Code 2006 program. My project mentor was Kevin Cozens, who was almost entirely responsible for setting up the build scripts for me.
The gimp irc channel was also a big help to completing the project.