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

activesphere/particles-webgl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages