Difference between revisions of "List of JavaScript libraries"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (etc) |
Karl Jones (Talk | contribs) |
||
Line 1: | Line 1: | ||
This is a list of notable [[JavaScript library|JavaScript libraries]] and frameworks. | This is a list of notable [[JavaScript library|JavaScript libraries]] and frameworks. | ||
+ | |||
+ | == To do: libraries to investigate == | ||
+ | |||
+ | * [http://d3js.org/ D3.js] - manipulate documents based on data | ||
+ | * [https://www.jasondavies.com/animated-bezier/ Animated Bézier Curves] | ||
+ | * [https://processing.org/ Processing] - software sketchbook and a language for learning how to code within the context of the visual arts | ||
+ | * [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 | ||
== DOM (manipulation) oriented == | == DOM (manipulation) oriented == |
Revision as of 06:30, 27 November 2015
This is a list of notable JavaScript libraries and frameworks.
Contents
To do: libraries to investigate
- 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
- D3.js
- EaselJS, part of CreateJS
- JavaScript InfoVis Toolkit
- Kinetic.js
- Processing.js
- Raphaël
- SWFObject
- Three.js
- AngularJS
- Bootstrap
- DHTMLX
- Dojo Widgets
- Ext JS of Sencha
- ZURB Foundation
- Google's Polymer paper elements
- jQuery UI
- Kendo UI of Telerik
- OpenUI5 of SAP
- qooxdoo
- SmartClient
- Webix
- WinJS
No longer actively developed
Pure JavaScript/Ajax
- Google Closure Library
- Joose
- jsPHP
- Microsoft's Ajax library
- MochiKit
- PDF.js
- Rico
- Socket.IO
- Spry framework
- Underscore.js
Template systems
Unit testing
- AngularJS
- Backbone.js
- Cappuccino
- Chaplin.js
- Echo
- Ember.js
- Enyo
- Ext JS
- Google Web Toolkit
- JavaScriptMVC
- Knockout
- Meteor
- MooTools
- Prototype JavaScript Framework
- Rialto Toolkit
- SproutCore
- Wakanda Framework
Other
See also
External links
- List of JavaScript libraries @ Wikipedia