summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feat(renders): Implement sorting animationHEADmasterSyndamia2026-03-311-0/+202
|
* fix(make.sh): Place CC flags at the end of a commandSyndamia2026-03-311-1/+1
|
* feat(renders): Add original demo with minor adjustmentsSyndamia2026-03-291-0/+219
|
* fix: Rename anim_graph_rotate to anim_tree_rotateSyndamia2026-03-291-2/+2
|
* feat(anim_graph_rotate): Improved animationSyndamia2026-03-291-18/+27
|
* fix(P_LineSegment): Proplery center line segmentSyndamia2026-03-291-2/+2
|
* chore(make.sh): Add build as a synonym to compileSyndamia2026-03-291-1/+1
|
* fix: Add original demo renderSyndamia2026-03-292-0/+129
|
* chore: Rework file layout and add make scriptSyndamia2026-03-298-23/+70
|
* chore(graphics.c): Simplify implementationSyndamia2026-03-291-16/+16
|
* fix(TransformRotate): Use signed coordinatesSyndamia2026-03-281-2/+2
|
* feat: Implement line segment and make node moving animationSyndamia2026-03-285-45/+119
|
* fix: Squash memory leaksSyndamia2026-03-281-3/+11
|
* feat: Add object interpolations, stabilize interpolationSyndamia2026-03-284-4/+59
|
* fix: Make square require only size, not both width and height like a rectangleSyndamia2026-03-283-6/+5
|
* 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