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

More Utility Particle Objects & Path Animators #60

Open GitBrincie212 opened 1 month ago

GitBrincie212 commented 1 month ago

As of now, there is only 1 particle object and 2 path animators that can be categorised as utilities. The particle object is the particle combiner which groups the particle objects and acts as one particle object instead of being of separate while retaining the properties like position, scale.... etc. For the path animators there is the Parallel and Sequential which handle tree-like structures similar to particle combiner but for path animators and manage stuff like delay. The upcoming version of APEL is going to also include utilities that are aimed to ease development. These are for now the particle objects:

With this try to suggest more utilities that can help out