Dynamics
These examples are about continuous motion, evolving state, and updater-driven behavior.
Recommended Examples​
force_fieldsFocus: moving charges and a field that updates in responseparticlesFocus: dense procedural motion with cinematic framingtraced_pathsFocus: motion history becoming part of the visual resultneural_networksFocus: routed signal playback over a structured diagramtransformer_attentionFocus: token relationships, attention heatmaps, and transformer-style structurestepwise_storytellingFocus: staged narrative flow rather than raw geometry alone
Good First Pick​
Start with force_fields if you want the clearest updater-driven example.
What To Look For​
- whether the state evolution is understandable without narration
- whether the motion feels alive without becoming noisy
- whether the updater work supports the idea instead of distracting from it
Run Locally​
cargo run --example force_fields