vote up 1 vote down star
1

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:

flag

3 Answers

vote up 3 vote down

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|flag
vote up 3 vote down

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|flag
vote up 0 vote down

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|flag

Your Answer

Get an OpenID
or

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