#animation #interactive #sandbox #visualization #focused #abstract

no-std slant

slant是一个专注于交互式可视化和动画的数学沙盒

1个不稳定版本

新版本 0.0.0 2024年8月23日

#38 in #focused

Apache-2.0

14KB

slant

crates.io docs.rs clippy rust

license


该库目前处于开发初期阶段,尚未准备好用于生产使用。

欢迎使用 slant!Slant旨在成为一个完整的数学工具箱,提供一个交互式沙盒来可视化抽象的数学概念。该库受到3blue1brown的manim动画引擎的启发。

特性

  • slant-anim - 动画库
  • slant-plot - 绘图库

入门

从源码构建

首先克隆仓库

git clone https://github.com/FL03/slant.git
cd slant

构建项目

cargo build --all-features --workspace

运行测试

cargo test -F full --workspace

示例

基本用法

    extern crate slant;

    fn main() -> Result<(), Box<dyn std::error::Error>> {
        tracing_subscriber::fmt::init();
        tracing::info!("Welcome to slant!");


        Ok(())
    }

贡献

欢迎提交Pull请求。对于重大更改,请先提交一个issue来讨论您想要更改的内容。

请确保适当地更新测试。

依赖

~0.7–1.4MB
~30K SLoC