Difference between revisions of "List of JavaScript libraries"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(To do: libraries to investigate)
(To do: libraries to investigate)
Line 5: Line 5:
 
* [[Fabric.js]] - Javascript HTML5 canvas library
 
* [[Fabric.js]] - Javascript HTML5 canvas library
 
* [http://pixijs.com/ Pixi.js] - 2D webGL renderer with canvas fallback
 
* [http://pixijs.com/ Pixi.js] - 2D webGL renderer with canvas fallback
 +
* [http://gamejs.org/ GameJs] - HTML canvas and game features
 +
* [http://craftyjs.com/ CraftyJS] -  flexible framework for Javascript games
 +
* [http://www.phaser.io/ Phaser] - HTML canvas and WebGL games
 
* [https://software.intel.com/en-us/intel-xdk Intel XDK] - HTML5 App Development
 
* [https://software.intel.com/en-us/intel-xdk Intel XDK] - HTML5 App Development
 
* [https://github.com/andrewrk/chem/ chem] - 2d canvas-based rapid prototyping game engine
 
* [https://github.com/andrewrk/chem/ chem] - 2d canvas-based rapid prototyping game engine

Revision as of 07:30, 27 November 2015

This is a list of notable JavaScript libraries and frameworks.

To do: libraries to investigate

  • Fabric.js - Javascript HTML5 canvas library
  • Pixi.js - 2D webGL renderer with canvas fallback
  • GameJs - HTML canvas and game features
  • CraftyJS - flexible framework for Javascript games
  • Phaser - HTML canvas and WebGL games
  • Intel XDK - HTML5 App Development
  • chem - 2d canvas-based rapid prototyping game engine
  • Platypus
  • 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