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
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:
ParticleArray duplicates the particle objects in a grid fashion. It can also have an alternating pattern
ParticleMirror copies the object as if it where on a mirror which means it can also invert its rotation(it can be tweaked)
ParticleTrial draws a trial of particle objects when the main particle object is in motion. It can also have alternating patterns
With this try to suggest more utilities that can help out
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:
ParticleArray
duplicates the particle objects in a grid fashion. It can also have an alternating patternParticleMirror
copies the object as if it where on a mirror which means it can also invert its rotation(it can be tweaked)ParticleTrial
draws a trial of particle objects when the main particle object is in motion. It can also have alternating patternsWith this try to suggest more utilities that can help out