Lazyestload.js is a javascript library which load images only when they are in (and remain in) the viewport.
Best jQuery Core Java Script Plugins & Tutorials with Demo
SVG 3D Builder : JavaScript Library to create 3D Models
SVG 3D Builder framework aims at creating 3d models with SVG and to provide a concise API. It is purely developed with concepts of two-dimensions. One of its essential implementations is Bezier in both curve and surface. It is one thing to describe them with mathematic equations, but another thing to illustrate them with computer graphics.
Whs.js : Super-fast 3D framework for Web Applications & Games
whs.js is a framework for 3D web apps built with Three.js technology.It implements a core with component system and plugin support for fast development of 3D scene with physics.
Features:
Simple in usage
Speeds up 3D scene prototyping
Component based scene graph
Simple integration of any high performance physics even with
Worker
(Multithreading)Automatization of rendering
ES2015+ based
Extension system (modules)
Webpack friendly
Integrated Three.js rendering engine
Work with whs.js and Three.js at the same time
Canvallax.js : Easy Parallax Effects on Canvas
Canvallax is a small (5.8kb minified, 2.1kb gzipped) dependency-free Javascript library for managing elements on <canvas>
. Support is built-in for:
- Parallax Scrolling, with optional damping to smooth motions
- Pointer Tracking
- Distance/scaling
- Images on Canvas, from URLs or nodes (
<img />
,<canvas />
, etc) withCanvallax.Image
- Common shapes (
Canvallax.Circle
,Canvallax.Polygon
andCanvallax.Rectangle
) - Element stacking with zIndex
- Fixed position Elements
- Element cloning
RE:DOM : JavaScript library for Creating User Interfaces
RE:DOM is a tiny (2 KB) turboboosted JavaScript library for creating user interfaces.RE:DOM is a tiny (2 KB) turboboosted JavaScript library for creating user interfaces. It adds useful helpers to create DOM elements and keeping them in sync with the data.
Because RE:DOM is so close to the metal and doesn’t use virtual dom, it’s actually faster and uses less memory than almost all virtual dom based libraries, including React