A collection of pen plotter libraries, binaries, and utilities. Please see my blog post about what this library does and why I wrote it.
graph TD;
src/main.rs-->plotz_core;
plotz_core-->plotz_color;
plotz_core-->plotz_geometry;
plotz_core-->plotz_geojson;
plotz_geojson-->plotz_geometry;
plotz_geometry3d-->plotz_color;
plotz_geometry3d-->plotz_geometry;
mk_foo-->plotz_core;
mk_foo-->plotz_geometry;
mk_foo-->plotz_color;
mk_foo-->plotz_geometry3d;
See Cargo.toml
.
See CONTRIBUTING.md
.
See DEVELOPMENT.md
.
This project is licensed under the Apache 2.0 license.
This is not an official Google product.