↧
MSPaint implemented using HTML Canvas
You know how I’m always talking about how HTML Canvas is going to enable all kinds of new and interesting web apps? Well, someone implemented MSPaint in Javascript using Canvas! You KNOW someone out...
View ArticleHow to render text using HTML Canvas
I’ve been using HTML5 Canvas for a few web apps, and for the last year I’ve been avoiding rendering any text because Canvas lacks text support. Over the last year, several people have come up with...
View ArticleCanvas3D
This video of a canvas3d/javascript demo in Firefox gives me hope. Some parts of my canvas(2d) web app runs 100x slower in Firefox/linux than Safari/OSX. It looks like they have hardware acceleration...
View Article