Difference between revisions of "List of JavaScript libraries"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(To do: libraries to investigate)
Line 3: Line 3:
 
== To do:  libraries to investigate ==
 
== To do:  libraries to investigate ==
  
 +
* [[Fabric.js]] - Javascript HTML5 canvas library
 
* [http://d3js.org/ D3.js] - manipulate documents based on data
 
* [http://d3js.org/ D3.js] - manipulate documents based on data
 
* [https://www.jasondavies.com/animated-bezier/ Animated Bézier Curves]  
 
* [https://www.jasondavies.com/animated-bezier/ Animated Bézier Curves]  

Revision as of 06:37, 27 November 2015

This is a list of notable JavaScript libraries and frameworks.

To do: libraries to investigate

  • Fabric.js - Javascript HTML5 canvas library
  • D3.js - manipulate documents based on data
  • Animated Bézier Curves
  • Processing - software sketchbook and a language for learning how to code within the context of the visual arts
  • Raphaël - vector graphics: charts, image crop, rotate, etc.
  • Protovis - composes custom views of data with simple marks such as bars and dots

DOM (manipulation) oriented

Graphical/visualization (canvas or SVG related)

GUI-related (widget)

No longer actively developed

Pure JavaScript/Ajax

Template systems

Unit testing

Web-application related (MVC, MVVM)

Other

See also

External links