Sublime Forum

Building with Processing

#1

Hi there,

I’m new to using sublime and indeed any sort of code editor outside of Processing. Sublime seems though to be a really useful tool and i’ve been trying to write code for Processing then building it but I have had no luck. I had come across an answer on stackoverflow using an external applescript to launch Processing with the following command line :

{
“cmd”: “osascript”, “/PathTo/RunProcessing.scpt”]
}

This is the AppleScript file :

tell application “Processing”
activate
end tell

tell application “System Events”
keystroke “r” using command down
end tell

When I try to build, Sublime tells me “No Build System” - Perhaps I am not doing this right ? Any help in this matter would be much appreciated or if anyone has another idea of how to get sublime & Processing working together, I’m all ears.

Thanks in advance

Mark

0 Likes