JohnCardinal / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

processing.js canvas #214

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Processing.js [http://processingjs.org/] is a neat (partial) implementation
by John Resig, creator of jquery, of the processing library.  It allows the
creation of amazing graphics embedded in the browser.

As a first step, we should have an editor/canvas combo with processing.js
capability.

The next step would be to create either:
1. a turtle module, with pure javascript syntax for turtle commands, based
on processing.js; or

2. a rur-ple implementation, with pure javascript syntax for robot
commands, based on processing.js;

or both.

The next step after that would be to find a way to use pyjamas
[http://pyjs.org] to have a pure python syntax turtle/rur-ple.

Original issue reported on code.google.com by andre.ro...@gmail.com on 16 Aug 2009 at 3:13