GIMP# on OS-X… yes!
July 17, 2007 at 2:20 pm | Posted in C#, GIMP, Programming | 4 CommentsAs you can see in the screenshot below (the dialog of a sample plug-in written in C#) I got GIMP# running on my MacBook Pro.
The problem mentioned in my previous post was that there were multiple instances of some libraries. Mostly caused by me messing with both MacPorts and Fink. I reinstalled everything from scratch and this time I only used MacPorts for installing GIMP and GTK. Mono and GTK# were built from source. There are still some issues with libjpeg which resides in two different places. Some info about that can be found here.
There are three things on my list before I will release GIMP# for OS-X:
- Execute a set of about 200 unit tests
- See if all plug-ins work the same way as they do on my Linux machine
- Create an installer
If all goes well this is a matter of days…
4 Comments »
RSS feed for comments on this post. TrackBack URI
Leave a Reply
Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.

Congratulations!
Comment by Miguel de Icaza— July 17, 2007 #
Great stuff! Keep up the great work.
Comment by time.swift— July 17, 2007 #
[...] GIMP# on OS-X… yes! As you can see in the screenshot below (the dialog of a sample plug-in written in C#) I got GIMP# running on my MacBook […] [...]
Pingback by Top Posts « WordPress.com— July 18, 2007 #
Congratulations! I guess I ought to use MacPorts as well with my efforts to get more Gtk# stuff running on OS X.
Comment by A.J. Oja— July 19, 2007 #