summaryrefslogtreecommitdiff
path: root/graphics.c
Commit message (Expand)AuthorAgeFilesLines
* fix: Rework interpolation to use newly introduced start and end frame timesv0.1Syndamia2026-03-161-14/+8
* feat: Implement tree rotation animationSyndamia2026-03-161-91/+131
* feat: Remove Move prefix to animation movement namesSyndamia2026-03-161-17/+17
* feat: Implement horizontal line segmentSyndamia2026-03-161-0/+19
* feat: Implement circle and rename squareSyndamia2026-03-161-7/+6
* feat!: Split into separate filesSyndamia2026-03-151-448/+36
* fix: Replace rotation with spinningSyndamia2026-03-141-28/+35
* feat: Implement image and line processing, value interpolationSyndamia2026-03-141-11/+190
* feat: Separate movement into other callbacksSyndamia2026-03-141-17/+86
* feat: Implement color opacitySyndamia2026-03-141-26/+43
* feat: Implement Animation structureSyndamia2026-03-141-21/+185
* feat!: Moving checker patternSyndamia2026-03-141-0/+94