rough_iced 0.12.0

Draw Hand Sketched 2D Drawings Using Iced
Documentation

# rough_iced

[![Crates.io](https://img.shields.io/crates/v/rough_piet.svg)](https://crates.io/crates/rough_piet)
[![Documentation](https://docs.rs/rough_piet/badge.svg)](https://docs.rs/rough_piet)
[![License](https://img.shields.io/github/license/orhanbalci/rough-rs.svg)](https://github.com/orhanbalci/rough-rs/LICENSE)

<!-- cargo-sync-readme start -->


This crate is an adapter crate between [roughr](https://github.com/orhanbalci/rough-rs/tree/main/roughr) and
[iced](https://github.com/iced-rs/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](https://github.com/orhanbalci/rough-rs/tree/main/rough_iced) adapter.

## 📦 Cargo.toml

```toml
[dependencies]
rough_iced = "0.1"
```

## 🔧 Configuration Tool
![rectangle](https://github.com/orhanbalci/rough-rs/blob/main/rough_iced/assets/conf.png)

## 🔭 Examples

For more examples have a look at the
[examples](https://github.com/orhanbalci/rough-rs/tree/main/rough_iced/examples) folder.

<!-- cargo-sync-readme end -->

## 📝 License

Licensed under MIT License ([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.