index
:
ppm_graphics
interpolation_without_temp
master
Experiments with PPM-based computer animations
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graphics.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: Squash memory leaks
Syndamia
2026-03-28
1
-3
/
+11
*
feat: Add object interpolations, stabilize interpolation
Syndamia
2026-03-28
1
-3
/
+12
*
fix: Make square require only size, not both width and height like a rectangle
Syndamia
2026-03-28
1
-2
/
+2
*
feat: Add rotation interpolation and add frame context reset on new frame
Syndamia
2026-03-28
1
-0
/
+11
*
feat: Better timing handling
Syndamia
2026-03-28
1
-4
/
+7
*
feat: Add animation capabilities with linear interpolation
Syndamia
2026-03-28
1
-9
/
+28
*
feat: Add Checker, Image, Circle; properly handle transparency
Syndamia
2026-03-28
1
-2
/
+31
*
feat!: Complete rewrite
Syndamia
2026-03-28
1
-160
/
+30
*
fix: Rework interpolation to use newly introduced start and end frame times
v0.1
Syndamia
2026-03-16
1
-14
/
+8
*
feat: Implement tree rotation animation
Syndamia
2026-03-16
1
-91
/
+131
*
feat: Remove Move prefix to animation movement names
Syndamia
2026-03-16
1
-17
/
+17
*
feat: Implement horizontal line segment
Syndamia
2026-03-16
1
-0
/
+19
*
feat: Implement circle and rename square
Syndamia
2026-03-16
1
-7
/
+6
*
feat!: Split into separate files
Syndamia
2026-03-15
1
-448
/
+36
*
fix: Replace rotation with spinning
Syndamia
2026-03-14
1
-28
/
+35
*
feat: Implement image and line processing, value interpolation
Syndamia
2026-03-14
1
-11
/
+190
*
feat: Separate movement into other callbacks
Syndamia
2026-03-14
1
-17
/
+86
*
feat: Implement color opacity
Syndamia
2026-03-14
1
-26
/
+43
*
feat: Implement Animation structure
Syndamia
2026-03-14
1
-21
/
+185
*
feat!: Moving checker pattern
Syndamia
2026-03-14
1
-0
/
+94