Useful JavaScript Libraries and Frameworks

Everything else that doesn't fall into one of the other categories.
User avatar
Danilo
Posts: 51
Joined: Wed Feb 26, 2014 7:11 am

Useful JavaScript Libraries and Frameworks

Post by Danilo »

Please collect links and information about useful JavaScript libraries here.
For discussions, please create a new topic.
Last edited by Danilo on Sun May 04, 2014 5:26 am, edited 1 time in total.
cya,
...Danilo
User avatar
Danilo
Posts: 51
Joined: Wed Feb 26, 2014 7:11 am

Re: Useful JavaScript Libraries and Frameworks

Post by Danilo »

three.js - JavaScript 3D library... using WebGL

Website: Three.js
Download: https://github.com/mrdoob/three.js/
Documentation: http://threejs.org/docs/
License: The MIT License

Examples:
- Examples
- More Examples

Demos:
- TriggerRally
- HexGL
- Special.T
- They will eat you
- Gravity Movie Experience
- Racer-S WebGL Demo

Note: For best experience, you may need to use Google Chrome browser to run the examples and demos.
Last edited by Danilo on Sun May 04, 2014 5:34 am, edited 1 time in total.
cya,
...Danilo
User avatar
Danilo
Posts: 51
Joined: Wed Feb 26, 2014 7:11 am

Re: Useful JavaScript Libraries and Frameworks

Post by Danilo »

CodeMirror - the versatile text editor implemented in JavaScript for the browser

Website: codemirror.net
Download: github.com/marijnh/codemirror
Documentation: codemirror.net/doc/manual.html
License: CodeMirror is an open-source project shared under an MIT license.
cya,
...Danilo
User avatar
Danilo
Posts: 51
Joined: Wed Feb 26, 2014 7:11 am

Re: Useful JavaScript Libraries and Frameworks

Post by Danilo »

cya,
...Danilo
User avatar
Danilo
Posts: 51
Joined: Wed Feb 26, 2014 7:11 am

Re: Useful JavaScript Libraries and Frameworks

Post by Danilo »

Sql.js - SQLite compiled to JavaScript (using emscripten)

Website: github.com/kripken/sql.js
License: sql.js is MIT licensed

Demo:
- In-Browser/Client-Side Demo
cya,
...Danilo
User avatar
eddy
Posts: 124
Joined: Thu Mar 27, 2014 8:34 am

Re: Useful JavaScript Libraries and Frameworks

Post by eddy »

LessCSS - create CSS programmatically
http://lesscss.org/

Livegap - online tool to write and test less file
http://editor.livegap.com/
Last edited by eddy on Sun May 04, 2014 6:05 pm, edited 3 times in total.
User avatar
Danilo
Posts: 51
Joined: Wed Feb 26, 2014 7:11 am

Re: Useful JavaScript Libraries and Frameworks

Post by Danilo »

zip.js - A JavaScript library to zip and unzip files

Website: gildas-lormeau.github.io/zip.js/
Download: github.com/gildas-lormeau/zip.js
License: BSD license

Demos are on the website.


Asm.js

Website: asmjs.org/


Also check out the other projects at github.com/kripken

zee.js - port of zlib to JavaScript

Website: github.com/kripken/zee.js

lzma.js

Website: github.com/kripken/lzma.js
cya,
...Danilo
Post Reply