forked from eli/closure-plots
Tool for generating 2D closure plots
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
Closure plots
Currently, only static images are implemented.
Dependencies
- cmake (for raylib)
- rust
Usage
Run cargo run --release --bin image in your terminal to generate some images.
You can change the image file path, the resolution, closure operation and data types to be compared inside src/bin/image.rs.