Threw this together from the Java Application template; started with directions from here:

http://www.moon.net.au/2008/04/08/xcode-3x-ide-for-processing-development/

For some reason or other couldn’t get the instructions on this page to work so worked on it on my own for a little bit. I ended up doing some more customization so it will name the class based on the project name, etc… Only tested so far with really simple stuff, haven’t played with importing any libraries beyond core.jar…

You will need to uncompress the template archive linked to below into /Developer/Library/Xcode/Project Templates/Processing and copy core.jar from your Processing installation into /Developer/Library/Xcode/Project Templates/Processing/lib

Then just bring up Xcode, create a new project (type is Processing), and edit the .java file under src/ …

Template:
Xcode template for Processing sketches


Comments are closed.