Uploaded October 2024 | Updated September 2026, 1 week ago
I'm starting to implement more modules for the particle system. This one showcases module that colors the particles depending on their lifetime, blending between start and end color.
I had to add some extra mechanisms to the system itself, so the modules can know which buffer to operate on - whether they should pick the initial color from the starting data or already computed data (e.g. when a module before them has already computed that value from the starting data).
I also show another module that also colors the particles depending on the thread that computed them - which is more for diagnostics/curiosity, rather than any practical purposes.
Support development at: patreon.com/resonite
Official website: resonite.com
I'm starting to implement more modules for the particle system. This one showcases module that colors the particles depending on their lifetime, blending between start and end color.
I had to add some extra mechanisms to the system itself, so the modules can know which buffer to operate on - whether they should pick the initial color from the starting data or already computed data (e.g. when a module before them has already computed that value from the starting data).
I also show another module that also colors the particles depending on the thread that computed them - which is more for diagnostics/curiosity, rather than any practical purposes.
Support development at: patreon.com/resonite
Official website: resonite.com










