The following is a small collection of the software I have written. Use to your enjoyment. Source code is protected under the GNU General Public License Version 3.
MPRuntime
The MPRuntime API is my attempt at creating a very lightweight runtime system in procedural C. Basically it provides a bunch of opaque types that take care of all of the heavy lifting of memory management and implementation and the like.
GPMethods
GPMethods is a command line utility for rapidly generating mutators and accessors for Objective-C. Instead of writing dozens of lines of setters, getters, and dealloc statements, GPMethods takes a list of property names and types, and then depending on the flag you give it, will produce the necessary code that you can paste right into your favorite text-editor.
Download the latest build from the GPMethods page.
MacQuill
MacQuill is a vector drawing application built for the student and the professor.You can download the latest build from the MacQuill site.
LaserTools
LaserTools is an Objective-C Cocoa framework for importing and optimizing Flash movies (SWF) for use with Laser projectors, most suitably running with ILDAinspector or LaserLine, and EasyLaseUSB. Click here to find out more about the LaserLine project, and to see the source code for LaserTools.