summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add rotation interpolation and add frame context reset on new frameSyndamia2026-03-284-0/+21
|
* feat: Better timing handlingSyndamia2026-03-286-11/+44
|
* feat: Add animation capabilities with linear interpolationSyndamia2026-03-289-13/+176
|
* feat: Add Checker, Image, Circle; properly handle transparencySyndamia2026-03-2812-6/+186
|
* feat!: Complete rewriteSyndamia2026-03-2817-622/+155
| | | | This new scheme will be much simpler
* fix: Rework interpolation to use newly introduced start and end frame timesv0.1Syndamia2026-03-163-19/+10
|
* chore: Rework renderer functions to use a struct instead of different argumentsSyndamia2026-03-168-68/+94
|
* feat: Implement tree rotation animationSyndamia2026-03-166-102/+181
|
* feat: Remove Move prefix to animation movement namesSyndamia2026-03-163-25/+25
|
* feat: Implement horizontal line segmentSyndamia2026-03-163-0/+40
|
* feat: Implement circle and rename squareSyndamia2026-03-166-19/+35
|
* feat!: Split into separate filesSyndamia2026-03-1512-448/+521
|
* fix: Replace rotation with spinningSyndamia2026-03-141-28/+35
|
* feat: Implement image and line processing, value interpolationSyndamia2026-03-142-11/+1133
|
* 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