Developer(s) WhitestormJS community Development status Active Type JavaScript library | Stable release 1.2 Written in JavaScript | |
![]() | ||
Original author(s) |
Whitestorm.js is a 3D JavaScript library/API based on Three.js that simplify code, adds physics and post-effects. The source code is hosted in a repository on GitHub.
Contents
Overview
WhitestormJS 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. Automizing your web app with whitestorm is fast and comfortable. This engine has physics support implemented by custom Physi.js library, which is much faster than others. Framework provides extended component control and high frame rate, because it uses WebWorkers technology for multithreading.
Features
Whitestorm.js includes the following features:
Whitestorm.js is made available under the MIT license.
BROWSER
Include a script tag linking the WhitestormJS library in your head or after your body:
The Whitestorm.js library is a single JavaScript file. Include Three.js, Wagner, and Cannon.js libraries before Whitestorm.js. Include a script tag linking the WhitestormJS library in your head or after your body:
After adding these libraries, you can configure your game: