Category → Javascript

Two.js — A 2D drawing API

Two.js is a two-dimensional drawing API that is built for modern web browsers. Since it's renderer agnostic, the same API can draw in multiple contexts, including webgl, svg, ...

CSS  -  HTML5  -  Javascript

Least.js — A responsive HTML5 and CSS3 gallery

Least.js creates random and responsive HTML5 and CSS3 image galleries that include Lazyload. Installation and usage is simple, and the end result is quite beautiful.

AnyWP: Choose 2 WordPress Business Themes – only $18!

Small businesses know that a solid website can make a huge difference for their company. The slicker, cooler, more interactive a site is, the better chance people will ...

Verlet-js — A JavaScript physics engine

Verlet-js is a Verlet integration physics engine written in JavaScript and released under the MIT License. It can handle simulations, composites, particles, and constraints.

Brain.js — A trainable JS neural network

If you've ever wanted to see how a neural network works, then Brain.js is worth checking out. In the demo, you can train if to recognize color contrast, ...

PathFinding.js — A path-finding library for grid-based games

PathFinding.js is a path-finding library for creating grid-based web games. It can run on Node.js or in the browser. Usage is simple, though it is capable of ...

JSDares — Learn JavaScript by programming games

JSDares is a series of tutorials that will teach you step-by-step how to program JavaScript via game development. You complete "dares", short puzzles, by copying the example with ...

JavaScript Patterns Collection — Patterns and antipatterns for jQuery, functions, and more

JavaScript Patterns is a huge repository of patterns for functions, jQuery, jQuery plugins, design, object creation, and much more. It's updated on a continual basis, with new functions ...

Chocolate — A simple webapp framework

Chocolate is a webapp framework built on node.js using Coffeescript. It includes source control with Git, an HTML markup language for building web UIs with pure Coffeescript, and ...