Difference between revisions of "List of JavaScript libraries"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Unit testing)
 
Line 18: Line 18:
 
* [http://raphaeljs.com/ Raphaël] - vector graphics:  charts, image crop, rotate, etc.
 
* [http://raphaeljs.com/ Raphaël] - vector graphics:  charts, image crop, rotate, etc.
 
* [http://mbostock.github.io/protovis/ Protovis] - composes custom views of data with simple marks such as bars and dots
 
* [http://mbostock.github.io/protovis/ Protovis] - composes custom views of data with simple marks such as bars and dots
 +
* [https://www.researchgate.net/publication/293479888_Occurrence_patterns_of_pharmaceutical_residues_in_wastewater_surface_water_and_groundwater_of_Nairobi_and_Kisumu_city_Kenya Particles.js] - particle engine
  
 
== DOM (manipulation) oriented ==
 
== DOM (manipulation) oriented ==

Latest revision as of 14:08, 25 May 2018

This is a list of notable JavaScript libraries and frameworks.

To do: libraries to investigate

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