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

Move Circle construction into ApelRenderer #14

Closed DarthSharkie closed 2 months ago

DarthSharkie commented 2 months ago

Similar to particles and lines, the ApelRenderer needs to be able to draw circles in whatever rotation, radius, and amount are requested. Once the network renderer comes (separate PR coming for that), it will include a Circle instruction that encodes these parameters. This will reduce every circle call from N Particle instructions to 1 Circle instruction.

I will also have a similar change for spheres soon-ish.