Skip to content

Instantly share code, notes, and snippets.

@gka
Created May 20, 2012 19:28
Show Gist options
  • Save gka/2759226 to your computer and use it in GitHub Desktop.
Save gka/2759226 to your computer and use it in GitHub Desktop.
Sublime build system for running Processing sketches via Jython
{
"env": {
"CLASSPATH": ".:/usr/local/lib/processing/core.jar"
},
"cmd": ["jython", "$file"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment