I know this could take a bit of work, but I would love a particle system built into dream maker. Not something maybe as complicated as unity, but something. This would really quicken devlopment time for tough particle drawings as well as probably make particles look better.
|
In response to Kaliba
|
|
oh okay, I haven't really messed around with animate before. I don't think my development right now will be on that but when the time comes what you have looks really helpful to start on one. I'll look back on this one day
|
Actually, Object Pools doesn't seem to have a very large impact anymore ever since Lummox fixed datum indexing.
https://gfycat.com/MellowCapitalBernesemountaindog ^I spent some time optimizing this, and Object Pooling only took off about 10-15% CPU time. It's a nice savings, but hardly as impressive as it used to be. |
One I made some time ago, I make games in a VM using a Macbook though so my performance on BYOND isn't 100% - if you were to reuse particles rather than delete them then it might work better running outside of a VM.
Ter's Object Pools might be worth a look into if you're wanting to take this approach.