Skip to main content
Version: Next 🚧

Dynamics

These examples are about continuous motion, evolving state, and updater-driven behavior.

  • force_fields Focus: moving charges and a field that updates in response
  • particles Focus: dense procedural motion with cinematic framing
  • traced_paths Focus: motion history becoming part of the visual result
  • neural_networks Focus: routed signal playback over a structured diagram
  • transformer_attention Focus: token relationships, attention heatmaps, and transformer-style structure
  • stepwise_storytelling Focus: 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