Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JS library to work with canvas [closed]

Do you know a good js library to work with canvas? I've already tried with Processing.js but i want to know if there are some good alternatives to it.

like image 669
mck89 Avatar asked Jan 28 '10 08:01

mck89


People also ask

Does canvas integrate with JavaScript?

<canvas> is an HTML element which can be used to draw graphics via scripting (usually JavaScript).

Which is better SVG or canvas?

SVG gives better performance with smaller number of objects or larger surface. Canvas gives better performance with smaller surface or larger number of objects. SVG can be modified through script and CSS. Canvas can be modified through script only.

Is HTML5 canvas still used?

The HTML5 canvas has the potential to become a staple of the web, enjoying ubiquitous browser and platform support in addition to widespread webpage support, as nearly 90% of websites have ported to HTML5.

What is CTX JavaScript?

Ctx is just short word for ConTeXt.


2 Answers

Burst Engine might be worth a look:

The Burst Engine is an OpenSource vector animation engine for the HTML5 Canvas Element. Burst provides similar web functionality to Flash and contains a layer based animation system like After Effects. Burst uses a very light-weight JavaScript frame, meaning your animations will download un-noticeably quick and can be controlled using very simple JavaScript methods.

I think they're in the middle of a major rewrite though.

like image 133
Olly Hodgson Avatar answered Oct 26 '22 21:10

Olly Hodgson


You should check out EaselJS. I've been playing around with it today and so far so good.

like image 32
mynameistechno Avatar answered Oct 26 '22 21:10

mynameistechno