rough_iced

Crates.iorough_iced
lib.rsrough_iced
version0.13.0
created_at2025-06-10 09:03:49.35724+00
updated_at2025-08-29 20:10:58.067519+00
descriptionDraw Hand Sketched 2D Drawings Using Iced
homepagehttps://github.com/orhanbalci
repositoryhttps://github.com/orhanbalci/rough-rs.git
max_upload_size
id1706860
size245,949
Orhan Balci (orhanbalci)

documentation

README

rough_iced

Crates.io Documentation License

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.

📝 License

Licensed under MIT License (LICENSE).

🚧 Contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the MIT license, shall be licensed as above, without any additional terms or conditions.

Commit count: 0

cargo fmt