Skip to content
/ plotz_rs Public

A collection of pen plotter libraries, binaries, and utilities.

License

Notifications You must be signed in to change notification settings

ambuc/plotz_rs

Repository files navigation

plotz_rs

Example image

A collection of pen plotter libraries, binaries, and utilities. Please see my blog post about what this library does and why I wrote it.

Structure

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;
Loading

Authors

See Cargo.toml.

Contributing

See CONTRIBUTING.md .

Development

See DEVELOPMENT.md.

License

This project is licensed under the Apache 2.0 license.

Disclaimer

This is not an official Google product.

About

A collection of pen plotter libraries, binaries, and utilities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages