Skip to main content
Version: Next 🚧

Basics

These are the best examples for learning Murali's authored scene structure before getting into more specialized scenes.

  • hello_shapes Focus: primitive tattvas and simple placement
  • layout_and_groups Focus: next_to, align_to, HStack, VStack, and Group.move_to
  • style_and_paths Focus: fill, stroke, dashes, arrows, and authored paths

Good First Pick​

Start with hello_shapes, then move to layout_and_groups.

What To Look For​

  • how little code is needed to get a readable scene on screen
  • how authored placement differs from animation-driven movement
  • how styling and path construction stay separate from layout concerns

Run Locally​

cargo run --example hello_shapes