Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Latest commit

 

History

40 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Particles

This is a WebGL + ThreeJS based module for animating particles over a texture. The input is a simple image which is converted into a texture and used as a basis for the attraction forces of the particles.

This project is based and inspired from Léo Chéron's experiment - GPGPU particles.

Usage

  1. Install all dependencies: npm install
  2. Run: node browserify.js.
  3. When the build is complete i.e. js/bundle.js is created, you can simply launch the animation by opening index.html in your browser.

Note on module loading: This project uses Browserify to load the scripts. Running node browserify.js will start Browserify which will build once and watch for changes to the script files. You can find the bundle file built by Browserify created as js/bundle.js.

About

Particle cloud logo and faces

Resources

Stars

4 stars

Watchers

9 watching

Forks

Releases

Packages

Contributors

Languages