animsmith-core
Overview
animsmith-core is animsmith's engine-agnostic library crate. This
README is a compact crates.io and repository index; the crate-root
rustdoc owns the embedding flow, API status, extension points, and
panic/error contracts.
Install
[]
= "0.1"
= "0.1"
Feature Flags
fixtures(off by default) — exposesanimsmith_core::fixtures, the analytic-clip fixture builders shared with animsmith's own tests and example-asset generator. Adds no dependency (the builders take their sine as a parameter). Internal to the animsmith workspace and not part of the crate's stable API; downstream code should not depend on it.
The workspace MSRV is Rust 1.88.
More Details
- API reference on docs.rs
- Embedding guide
- Raw asset to game-ready pipeline scenarios
- Workspace design
- CLI crate and examples
License
Licensed under either the MIT license or the Apache License, Version 2.0, at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in animsmith by you is licensed as MIT OR Apache-2.0, without any additional terms or conditions.