GitBrincie212 / 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
2 stars 1 forks source link

Simplify ParticleBezierCurve interface #37

Open DarthSharkie opened 2 months ago

DarthSharkie commented 2 months ago

ParticleBezierCurve can use either a single curve or multiple curves. This leads to overriding variables internally and a confusing API. Since an object exists to combine multiple objects (ParticleCombiner), make use of it and point users to it to compose multiple Bézier curves. This may result in some factory helper methods.