Crate ranim_core

Crate ranim_core 

Source
Expand description

The core of ranim.

Re-exports§

pub use glam;
pub use num;

Modules§

anchor
Anchor
animation
Evaluation and animation
color
Color
components
Component data
core_item
Core items of Ranim.
prelude
Prelude
store
The core_item::CoreItem store
timeline
The structure to encode animation spans
traits
Fondamental traits
utils
Utils

Structs§

RanimScene
The main struct that offers the ranim’s API, and encodes animations
SealedRanimScene
The sealed RanimScene.
TimelineId
The id of a timeline.
TimelineInfo
The information of an Timeline.

Enums§

TimeMark
TimeMark
TimelineIndexMutError
An error of timeline indexing.

Traits§

Extract
Extract a Extract::Target from reference.
TimelineIndex
A trait for indexing timeline(s)
TimelineQuery
A query of timeline.