DarthSharkie / Apel-Mod

Apel is a library that brings particle animations to the table with flexible behaviour and a clean developer interface. It promises also lots of predefined shapes & paths to help the developer on their particle scene
Other
0 stars 0 forks source link

Do multiple Bezier curves via ParticleCombiner #21

Closed DarthSharkie closed 4 months ago

DarthSharkie commented 5 months ago

instead of rewriting/copying array-based logic for multiple curves, leverage what ParticleCombiner already does.

Do this as part of a builder/factory pattern iteration (after first release).

DarthSharkie commented 4 months ago

https://github.com/GitBrincie212/Apel-Mod/issues/37 replicates this issue.

DarthSharkie commented 4 months ago

Resolving in favor of the linked issue.