A rendering engine for exploring interactive and intuitive math, inspired by Manim
Note
This repo is WIP, with limited functionality at the moment
You can install Mraphics from crates.io:
[dependencies]
mraphics = "0.0.2"Alternatively, you can install from the latest git commit:
[dependencies]
mraphics = { git = "https://github.com/SeiyaCooper/Mraphics" }Check out the examples directory for usage examples.
Feel free to open issues or submit pull requests.
Mraphics is distributed under the Apache-2.0 License