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

Look at the BezierCurveAnimator to see if there's a refactor #13

Open DarthSharkie opened 5 months ago

DarthSharkie commented 5 months ago

Seems likely that a SequentialAnimator composed of several Animators is ideal. Bezier and Linear (I think) both take an array of paths to traverse and have to build logic accordingly. Instead, compose.

DarthSharkie commented 3 months ago

This will be more doable after https://github.com/DarthSharkie/Apel-Mod/pull/49/commits/1f536ee24a2377d0a67abf04918f8ad096d02bd4 is accepted in https://github.com/GitBrincie212/Apel-Mod/pull/49.