Jump to content

JavaScript graphics library

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 84.75.87.189 (talk) at 08:26, 11 November 2017. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A JavaScript graphics library is a collection of functions used to aid in the creation of graphics for either the HTML5 canvas element or SVG. These libraries aid in the development and display of graphic elements like particles, motion, animation, plotting and SVG, 3D graphics and in most cases, also provide easier access to JavaScript events.

Most of these graphic libraries are APIs in name and function, but it can be compared by their merit as graphical libraries.

Distinction between other types of libraries and APIs

There is a distinction to be made between a graphics library, a scene graph, and a physics engine. Examples of each are often visual in nature, although the type of processing is often very different.

Examples

There are some of the more frequently updated and feature-rich projects.

See also