Expand description
This crate is an adapter crate between roughr and iced crates. Converts from roughr drawing primitives to iced path types. Also has convenience traits for drawing onto iced frames. For more detailed information you can check roughr crate.
Below examples are output of rough_iced adapter.
§📦 Cargo.toml
[dependencies]
rough_iced = "0.1"§🔧 Configuration Tool

§🔠Examples
For more examples have a look at the examples folder.
Re-exports§
pub use iced_generator::*;