soegaard / whalesong

Whalesong: Racket to JavaScript compiler
http://hashcollision.org/whalesong
145 stars 14 forks source link

support racket/draw #29

Open stchang opened 9 years ago

stchang commented 9 years ago

Requested by Matthias.

This is a large task. Recording it here in case someone is interested in contributing and wants a research-level project.

schanzer commented 9 years ago

See https://github.com/schanzer/DrawingToolkit

It's somewhat out of date (there's a lot of polyfills that are no longer needed, now that the canvas tag is more broadly supported), but it's a good place to start.

stchang commented 9 years ago

Neat! Thanks for the link.

schanzer commented 9 years ago

Several tests fail if you try to run the file locally, due to Cross-Origin violations. Live version at www.litech.org/~schanzer/DrawingToolkit