Skip to content

Instantly share code, notes, and snippets.

@gbatha
Created April 5, 2013 05:27

Revisions

  1. gbatha created this gist Apr 5, 2013.
    6 changes: 6 additions & 0 deletions sketch.pjs
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    //at the top of your .pde or .pjs
    void bindJavascript(JavaScript js) {
    javascript = js;
    }

    JavaScript javascript;