2012
Fabric.js Javascript Canvas Library
Fabric.js is a framework that makes it easy to work with HTML5 canvas element.
It is an interactive object model on top of canvas element.
It is also an SVG-to-canvas parser.
2010
explorercanvas - Project Hosting on Google Code
by 2 othersModern browsers like Firefox, Safari, Chrome and Opera support the HTML5 canvas tag to allow 2D command-based drawing. ExplorerCanvas brings the same functionality to Internet Explorer. To use, web developers only need to include a single script tag in their existing web pages.
2009
Google Chrome Frame - Google Code
by 1 otherEnable open web technologies in Internet Explorer
Google Chrome Frame is an early-stage open source plug-in that seamlessly brings Google Chrome's open web technologies and speedy JavaScript engine to Internet Explorer. With Google Chrome Frame, you can:
* Start using open web technologies - like the HTML5 canvas tag - right away, even technologies that aren't yet supported in Internet Explorer 6, 7, or 8.
* Take advantage of JavaScript performance improvements to make your apps faster and more responsive.
a textile editor - built over html5 canvas
by 3 others I'm pretty sure that textile is the right way to produce content for the web, and that WYSIWYG editors are bad for your website. But editing a large chunk of textile using a textarea is not fun. I usually use Textmate to edit textile content, and wanted to reproduce the same feeling inside a browser.
The best online text editor is currently Bespin and I gave it a try. Unfortunately, the current state of bespin make it pretty difficult to embed the editor itself in a standalone way. Moreover I needed specifics features like 'soft wrap' that is totally required to edit some textile content.
So I took the Bespin way, and started to hack using javascript and HTML5 canvas to create a simple, standalone and totally embeddable textile editor for the web.
1
(5 marks)