Timeline Prototype

This commit is contained in:
2026-06-13 11:48:56 +08:00
parent 43c70be574
commit c4bf9673a8
24 changed files with 501 additions and 58 deletions
+7
View File
@@ -40,6 +40,13 @@ enum class Icon {
LayoutHSplit, // two panels side-by-side
LayoutVSplit, // two panels top/bottom
LayoutQuad, // four panels 2×2
// Timeline transport
SkipBack, // go to first frame (|◀)
StepBack, // previous frame (◀◀)
Play, // play (▶)
Pause, // pause (⏸)
StepForward, // next frame (▶▶)
SkipEnd, // go to last frame (▶|)
};
/// Loads SVG files from disk, rasterizes them with NanoSVG, uploads them as