Crate rough_iced

Crate rough_iced 

Source
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

rectangle

§🔭 Examples

For more examples have a look at the examples folder.

Re-exports§

pub use iced_generator::*;

Modules§

iced_generator