Javascript Customizable Particle System
This is a particle system, heavily inspired by Unity's particle system. It was made to be used in websites. Have fun!
HOW TO SETUP:
- Make sure that the Js file is linked in your html page.
- Go in the Js file and scroll to the bottom of the "attributes" Json object until you see the Renderer section
- Change the Image directory to your desired texture
- Make sure that the particle holder will find your division.
- change the other settings to fit your needs ^~^
More specific information
-x: left
x: right
-y: top
y: bottom
if your particle holder has a position: absolute; style, everything will break. Please do not use the position absolute.
The script will also break if you put any of the colliders on display: none; Please remove the collider entirely from the HTML if you want to remove it. You can also just remove it's "collider" class to disable it's collisions.
I have tried to put the colliders on particles and try to hit each other but with no success. I haven't tried with two separate particle systems though.
TOS
If the project you use the particle system in is commercial, please buy the commercial license and you don't have to credit me.
If you use this in your personal project, you have to credit me. You can get it for free though.
Do not claim it as your own.
Do not resell as is.