Canvas from html5 was introduced some time ago. Currently it's used (almost) only for demonstrations how cool it is - it's mainly related to painting, games and charts. Many of them can be found at Canvas demos.

How creatively / unusually can canvas be used?

Some examples:

link|improve this question
feedback

3 Answers

up vote 9 down vote accepted

There's a really cool tool called Detexify which uses machine learning on the back end which allows you to draw the LaTeX symbol you're interested in knowing the LaTeX code of and it will suggest one for you based on what it's learned from other users.

link|improve this answer
feedback

My two favorite are:

  • Processing.js - an implementation of the processing language in javascript/canvas.
  • Bespin - a collaborative coding IDE that feels more like a beautiful native app.
link|improve this answer
feedback

I always thought of creating a simple image editor with the canvas tag. It would be easy to use it for cropping, resizing, changing color values, removing red eyes etc.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.