Crate aniy

Source
Expand description

Manim inspired animation library for Rust built on SVG.

§Stability

This is a personal project and is not intended for production use. The API is not stable and may change at any time. I am making this for my own personal use and learning. And do not have any plans to maintain this library in the long term.

Re-exports§

pub use svg;

Modules§

animations
Contains the animation system for the library. As well as animations for the builtin objects, and objects in general.
objects
Contains all builtin objects that can be rendered. As well as the Object trait that all objects must implement, and allows you to create custom objects.

Structs§

Color
A color with red, green, blue and alpha components.
Renderer
The core renderer for the library.
RenderingResult
The result of rendering a video.
Timeline
Holds all objects and animations in the video.