Expand description
§dioxuscut-core
Core Dioxus components and hooks for Dioxuscut.
Provides a Rust/Dioxus equivalent of remotion/core:
§Components
Composition— top-level video definitionSequence— time-sliced sub-compositionAbsoluteFill— full-size absolute overlayFreeze— pause a subtree at a specific frame
§Hooks
- [
use_current_frame] — returns the current render frame - [
use_video_config] — returnsVideoConfigfor the composition
§Re-exports
- Animation primitives from
dioxuscut_animation
Re-exports§
pub use absolute_fill::AbsoluteFill;pub use composition::Composition;pub use composition::CompositionProps;pub use freeze::Freeze;pub use hooks::use_current_frame;pub use hooks::use_current_frame;pub use hooks::use_video_config;pub use hooks::use_video_config;pub use sequence::Sequence;pub use sequence::SequenceProps;pub use timeline::context::TimelineContext;pub use timeline::context::VideoConfigContext;pub use types::VideoConfig;pub use dioxuscut_animation as animation;
Modules§
- absolute_
fill <AbsoluteFill>component — full-size absolute-positioned container.- composition
<Composition>component — defines a named video composition.- freeze
<Freeze>component — pauses all children at a fixed frame.- hooks
- sequence
<Sequence>component — time-slices a sub-tree within a composition.- timeline
- types
- Shared types — VideoConfig, PixelFormat, etc.