[javascript-dev] Re: Processing ported to javascript...
mdk
mdk at relivethefuture.com
Sat May 17 06:46:36 MDT 2008
- Previous message: [javascript-dev] Re: Processing ported to javascript...
- Next message: [javascript-dev] Re: Processing ported to javascript...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Quote: Anthony Palomba wrote on Mon, 12 May 2008 23:41 ---------------------------------------------------- > It says that the port uses "Canvas Element" to do the drawing. > Does jsui support this interface? ---------------------------------------------------- here's the spec for the 2d rendering context in the canvas element : http://www.whatwg.org/specs/web-apps/current-work/multipage/section-the-canvas.html#canvasrenderingcontext2d so if you can map that to jsui (or the subset of that interface which is used by the js processing implementation) then you are part of the way there. :) as to whether jweb supports the canvas element, i would think it does in osx as its part of webkit. whereas on the PC I believe the jweb component is IE, so you would have to use this : http://excanvas.sourceforge.net/ but of course the difficulty with jweb is how to get data in and out. :)
- Previous message: [javascript-dev] Re: Processing ported to javascript...
- Next message: [javascript-dev] Re: Processing ported to javascript...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
