A modular, extendable, and easy-to-use physics engine for javascript.
Best jQuery Core Java Script Plugins & Tutorials with Demo
Screenlog.js : Bring Console Log on the Screen
Ever faced a situation where you said “Why doesn’t this bug show up when developer console is open!!”? And since the bug doesn’t show when you have console open, you cannot do debug logging using console.log
.
Enter screenlog.js
. Screenlog.js
brings the developer console right on your screen so that you can do logging without having the developer console open always.
Smooth Animate : Make your Animations Really Smooth
SmoothAnimate is tiny, super lightweight (5.2kb minified) javascript plugin that is designed to replace horribly slow jQuery’s $.animate().It makes your animations really smooth and fast unlike jQuery.
Features:
- Faster than jQuery – a few tens of times faster!
- Smoother than CSS – indeed
- 28 predefined Easings – + your own custom cubic Bezier curves
- Small size – something about 5 kb in minified version
- Cross-browser code – support IE9+/Firefox/Chrome/Opera/Safari
- No Dependencies – written in pure JS, also works with jQuery
Wad : Javascript library for Manipulating Audio
Wad is a Javascript library for manipulating audio using the new HTML5 Web Audio API. It greatly simplifies the process of creating, playing, and manipulating audio, either for real-time playback, or at scheduled intervals. Wad provides a simple interface to use many features one would find in a desktop DAW (digital audio workstation), but doesn’t require the user to worry about sending XHR requests or setting up complex audio graphs.