1
0
Fork 0
forked from eli/closure-plots
Tool for generating 2D closure plots
Find a file
2025-08-11 00:42:44 +02:00
src Cli parsing with clap 2025-08-11 00:36:54 +02:00
.gitignore Buffer isolated and Image creation 2025-08-09 13:52:15 +02:00
Cargo.lock Cli parsing with clap 2025-08-11 00:36:54 +02:00
Cargo.toml Cli parsing with clap 2025-08-11 00:36:54 +02:00
README.md format Readme 2025-08-10 15:57:32 +02:00

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.