Photon Dust

From Resonite Wiki
Revision as of 22:04, 16 December 2024 by J4 (talk | contribs) (modify warning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Photon Dust is an upcoming particle system for Resonite[1] that will replace the current particle system over time and be more modular and extensible[2].

Photon Dust is now in the main game, but still being tested. See the GitHub discussion thread for more information.

The implementation of this system is currently tracked as issue 587 on GitHub.

Differences from the legacy system

Photon Dust has several notable differences from the legacy particle system:

Modular approach

Instead of condensing most of the options within a single monolithic component, most options are broken up in modules.

Several modules are already implemented, including, but not limited to:

  • Ribbons
  • Trails
  • SimplexTurbulentForce
  • RadialForce
  • GravityForce

References