/particle-system

Canvas Particle system on pure JavaScript

Primary LanguageJavaScript

Particle System

Here is a SHOWCASE

particle system

Run project

  1. Clone repository git clone git@github.com:Toshegg/particle-system.git

  2. Make sure, that you have fresh version of nodejs. You can easily install latest version of node and npm using NVM.

  3. cd into project directory cd particle-system

  4. Install dependencies with npm i --g bower gulp && npm i && bower i

  5. Run server with gulp serve

  6. Open http://localhost:9000 in your favorite browser.

  7. Enjoy!