coffeescript-mode-processing
coffeescript-mode-processing copied to clipboard
CoffeeScript mode for Processing 2.0
I suspect this might be a side effect of the fact that CS scopes variables so nicely, but in Proessing the sketch width and height given to size() are normally...
When calling saveFrame(), I get an error message from Processing.js saying "Processing.js does not support open()." Apparently, saveFrame() calls save(), which attempts to open a new browser tab (or window)...
``` javascript Point = (function (_super) { __extends(Point, _super); Point.name = 'Point'; function Point() { return Point.__super__.constructor.apply(this, arguments); } return Point; }) (PVector); ``` I try to subclass PVector. Resulting...
Formatter is currently not implemented .. would need one for .js and .coffee
Not running through the Processing build system, so no syntax checking. I guess running the CoffeeScript compiler on the code before export should be possible using Rhino or similar.