Crates.io | slant-core |
lib.rs | slant-core |
version | 0.0.0 |
source | src |
created_at | 2024-08-23 20:19:06.440192 |
updated_at | 2024-08-23 20:19:06.440192 |
description | slant is a mathematical sandbox focused on interactive visualizations and animations. |
homepage | https://github.com/FL03/slant/wiki |
repository | https://github.com/FL03/slant.git |
max_upload_size | |
id | 1349580 |
size | 6,789 |
The library is currently in the early stages of development and is not yet ready for production use.
Welcome to slant
! Slant aims to be a complete mathematical toolbox providing an interactive sandbox for visualizing abstract mathematical concepts. The library is inspired by 3blue1brown's manim animation engine.
slant-anim
- Animation libraryslant-plot
- Plotting libraryStart by cloning the repository
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 requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.