summaryrefslogtreecommitdiff
path: root/graphics.c
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add rotation interpolation and add frame context reset on new frameSyndamia2026-03-281-0/+11
|
* feat: Better timing handlingSyndamia2026-03-281-4/+7
|
* feat: Add animation capabilities with linear interpolationSyndamia2026-03-281-9/+28
|
* feat: Add Checker, Image, Circle; properly handle transparencySyndamia2026-03-281-2/+31
|
* feat!: Complete rewriteSyndamia2026-03-281-160/+30
| | | | This new scheme will be much simpler
* 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