Skip to content

NewKrok/three-particles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THREE Particles

Particle system for ThreeJS

THREE Particles Editor

You can create your own particle effects with it's editor https://github.com/NewKrok/three-particles-editor

Video

Live demo

https://newkrok.com/three-particles-editor/index.html

Install

npm package https://www.npmjs.com/package/@newkrok/three-particles

Install with npm npm i @newkrok/three-particles

Add as a package.json dependency "dependencies": { ... "@newkrok/three-particles": "0.7.0" ... },