Expand description
Runtime DevTools for Animato.
This crate provides renderer-agnostic inspection and tuning state for animation debugging. Optional panel modules adapt the shared state to web, desktop, and terminal environments.
Re-exports§
pub use easing_editor::EasingCurveEditor;pub use inspector::AnimationSnapshot;pub use inspector::TimelineInspector;pub use perf_monitor::AnimationCostRecord;pub use perf_monitor::PerformanceMonitor;pub use recorder_controls::RecorderControls;pub use spring_viz::SpringFrame;pub use spring_viz::SpringVisualizer;pub use state::DevToolsState;
Modules§
- easing_
editor - Easing curve editor state.
- inspector
- Timeline inspection state.
- perf_
monitor - Performance monitoring state.
- recorder_
controls - Recorder controls built on
animato-driver. - spring_
viz - Spring visualizer state.
- state
- Shared DevTools state model.