Skip to content

Clay Board Style System v0.4.1

Choose a tag to compare

@puffball1567 puffball1567 released this 12 Aug 02:26
· 6 commits to main since this release
45b5470

Declarative motion demo

This patch release publishes a focused SDL3 demonstration of CBSS declarative transitions and named keyframes.

  • automatic eased horizontal travel
  • in-place 2D flip motion
  • simultaneous background, foreground, and opacity keyframes
  • reversible hover transition
  • event-driven rendering with no per-frame style resolution or layout
  • GIF preview and H.264 MP4 recording in the repository
  • Version 0.5+ roadmap for exposing declarative motion through the C ABI

Run the demo from a source checkout with:

nimble declarativeMotionDemo

The complete Linux, macOS, and Windows CI matrix passed, including ARC, ORC, Valgrind, ASan, UBSan, LSan, TSan, native Rust bridges, and shared/static C ABI checks.