play-co / webgl-2d

Canvas2D API in WebGL
http://weare.buildingsky.net
MIT License
519 stars 116 forks source link

Is there a Roadmap? #3

Closed jonobr1 closed 13 years ago

jonobr1 commented 13 years ago

I tried pluggin' in a couple of old stuff and it's pretty flawless! I was wondering what you guys had plan to implement / not. Like for example save(), restore(), or clearRect()???

Really awesome — saves lotsa time

^^

corbanbrook commented 13 years ago

I am roughly looking at next week to have many of the Canvas2D API implemented.

most of the code is already done in the processing-js project so it is really just a matter of organizing it together.

ghost commented 13 years ago

corban: If you can get putImageData working very well at even 60 fps for something like a 400x400 res canvas with single digit CPU usage, I'd be very interested.

corbanbrook commented 13 years ago

We are preparing a road map for the project and a timeline for features to be completely. This should be appearing on the wiki shortly.