Page 1 of 1

Particle system playground

Posted: Fri Nov 24, 2017 8:30 am
by Santos
Image

This is a simple playground for learning about LOVE's particle system. It's not a proper particle system editor, which would include support for emitter lifetimes, multiple particle systems, loading/saving, etc.

https://github.com/santoslove/particle- ... playground

Re: Particle system playground

Posted: Mon Nov 27, 2017 5:15 pm
by erasio
Awesome!

I thought for quite a while about creating something similar because a tool like this is just fantastic to have!

So glad you created this. Looks quite convenient indeed!

I'll have to test it properly sometime. Huge thanks for sharing!

Re: Particle system playground

Posted: Wed Dec 13, 2017 7:59 pm
by Jack Dandy
Think this'll work on Love 0.10?

Re: Particle system playground

Posted: Sun Dec 31, 2017 1:08 pm
by Santos
It won't as it is, partly because LOVE 0.11.0 adds some new methods to ParticleSystems, "set/getAreaSpreadAngle" and "set/getAreaSpreadIsRelativeDirection". I suspect it won't be long until LOVE 0.11.0 is released though. :)

Re: Particle system playground

Posted: Thu Oct 03, 2019 11:23 am
by Santos
This has been updated for LÖVE 11.