Skip to content

Instantly share code, notes, and snippets.

@jashkenas
Created April 15, 2009 17:40
Show Gist options
  • Save jashkenas/95918 to your computer and use it in GitHub Desktop.
Save jashkenas/95918 to your computer and use it in GitHub Desktop.
# Change:
import "processing.core"
# to this:
include_package "processing.core"
raise "hell" unless defined? Java::ProcessingCore::PApplet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment