Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.04 KB

File metadata and controls

41 lines (30 loc) · 1.04 KB

Mraphics

GitHub License build at docs.rs Crates.io Version

A rendering engine for exploring interactive and intuitive math, inspired by Manim

Note

This repo is WIP, with limited functionality at the moment

Usage

Installation

You can install Mraphics from crates.io:

[dependencies]
mraphics = "0.0.3"

Alternatively, you can install from the latest git commit:

[dependencies]
mraphics = { git = "https://github.com/SeiyaCooper/Mraphics" }

Example

Check out the examples directory for usage examples.

Contribution

Feel free to open issues or submit pull requests.

License

Mraphics is distributed under the Apache-2.0 License