Basics
These are the best examples for learning Murali's authored scene structure before getting into more specialized scenes.
Recommended Examples​
hello_shapesFocus: primitive tattvas and simple placementlayout_and_groupsFocus:next_to,align_to,HStack,VStack, andGroup.move_tostyle_and_pathsFocus: 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