Updated by Niel Drummond Sat Dec 6 08:12:02 EST 2008
haXe flavoured Sandy-Canvas
Canvas is a new HTML element first introduced by Apple, but was recently adopted by Gecko. There are numerous workarounds to get Internet Explorer to work, allegedly Google has one too.
This is flashsandy-hx, compiled with haXe using the javascript target, drawing is done using the canvas API. A bridge was created by heavily modifying Hugh Sanderson's Neash and Lee McColl Sylvester's NME library.
Update #4: Support for all browsers capable of rendering the canvas tag is implemented. Performance depends largely on your graphics card and 2D acceleration features, and your browser javascript VM. All the code is now found in versioned repositories, please keep up with these. Feedback very welcome, fastest reponse is through the Sandy Mailing list.
-
neash upstream project.
svn co http://neash.googlecode.com/svn/trunk/neash neash
- canvas rendering library (equivalent of NME for javascript).
hg clone http://bitbucket.org/grumpytoad/canvas-nme/
- flashsandy-hx experimental js branch
svn co http://sandy.googlecode.com/svn/trunk/sandy/haxe/trunk/src sandy-hx