rgegl
A ruby extension providing access to GEGL.
Features
- Full public GEGL API coverage.
- A layer of syntactic sugar to make programming GEGL from ruby easier.
Download
rgegl has no official release yet, the code lives in the GEGL module in GNOME subversion and can be browsed online and checked out from GNOME Subversion using:
svn co http://svn.gnome.org/svn/gegl/trunk/bindings/rgegl rgegl
Building
To build rgegl type the following in the toplevel source directory:
$ ruby extconf.rb $ make $ sudo make install
Samples
Samples of how to use rgegl are distributed with the source and can be browsed online.
Copyright
rgegl is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
Contributors
Øyvind Kolås