Gegl#, a C# binding for GEGL.  Please send comments, bugs, and patches to
the GEGL list, gegl-developer@lists.xcf.berkeley.edu.

To build Gegl# type:

$ ./autogen.sh
$ make

Sample contains a simple application that demonstrate use of the binding.

$ cd sample
$ make 
$ ./TestGegl.exe

Some other old tests, view-test.cs, GeglView.cs which are known to not work
yet, are in the sample/old directory.
