Skip to main content

Crate animato_devtools

Crate animato_devtools 

Source
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.