Particle Maker

by Xirre
Want to experiment with particles and have the code to save as well? Here you go! [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Xirre.ParticleMaker##version=1

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Xirre.ParticleMaker##version=1

151 downloads
Version 1.0
Date added: Oct 26 2013
Last updated: Sep 8 2015
1 fan
What this does:

This was basically made soon after I learned how animate() works. I thought of this as practice. But, you may use it yourself to simplify the workload of creating particles or finding out different shape patters.


How it works:

Just use the Particle_Maker() verb and viola! A browser will pop up after you finish inputting your values. It'll give you the code to run it as well as test it live right after.

You can choose how many particles you want to run at once after you've entered the final particle setting. Or, you can just run 1. The maximum different particle settings at once is 6. Totaling up to a maximum of 600 particles able to be spawned.


Why is it limited?:

At 1000 particles my DreamSeeker crashed. It produced it, but after countless spamming, it just crashed on itself. So, I limited it somewhere close to it but not quite there yet. Just for safety.


Updates to come:

I'll be adding a window where you can change values without having to go through the long process. There will also be a way to involve algorithms in it as well.