1 unstable release
| 0.1.0 | May 29, 2022 |
|---|
#7 in #multi-page
15KB
475 lines
beamtrace
Code for representing, creating and rendering multi-page line plots. It uses MPK for serialization and deserialization.
What use is this?
Think old school HPGL plots, but with multiple page and animation support.
Usage
- Build using
cargo build --release --workspace --examples - Run the example
target/release/examples/averaging_kernels. This will producetraj.mpk - Render that file using
target/release/render_book traj.mpk foo - Look at the resulting
foo-000-000.png
Author
Berke DURAK bd@exhrd.fr
Dependencies
~4MB
~86K SLoC