maycoon 0.5.2

Lightning fast and powerful UI Framework for Rust.
Documentation
<div align="center">

![Maycoon Logo](assets/logo-256x256.png)

# Maycoon

![Crates.io Version](https://img.shields.io/crates/v/maycoon)
![License](https://img.shields.io/crates/l/maycoon)
![docs.rs](https://img.shields.io/docsrs/maycoon)

**Modern and Innovative UI Framework written in Rust**

</div>

## Features

- ⚙️ **Made in [Rust]https://www.rust-lang.org**
    - We believe Rust is perfect for performance critical applications and efficient memory management.
- 🛠️ **Cross-platform**
    - As a desktop-focused UI framework, Maycoon is compatible with Windows, Linux, macOS and other Unix-like operating
      systems.
    - *Mobile support planned but not yet implemented*
    - *Web support planned but not yet implemented*
- 🎨 **Customizable**
    - Maycoon provides a variety of widgets and themes to customize the look and feel of your application with ease.
- 🚀 **Lightning Fast**
    - Your application will start up fast and run even faster.
    - The UI uses [vello]https://github.com/linebender/vello for GPU-accelerated rendering and top performance.
- 📦 **Modular**
    - Every crate and feature is optional, so you can only enable what you really need and avoid unnecessary
      dependencies or features.
    - Build widgets using components or using raw vector graphics.

## Getting Started

If you are new to [Rust](https://www.rust-lang.org), we recommend learning the [basics](https://www.rust-lang.org/learn)
first.

To start using Maycoon, you can follow
the official [Installation Guide](https://maycoon-ui.github.io/guide/qick-start/installation.html).

For a little tutorial, see the [Counter Example](https://maycoon-ui.github.io/guide/qick-start/basic-app.html).

## License

This project is dual licensed under the [MIT license](LICENSE-MIT) and the [Apache License 2.0](LICENSE-APACHE).

Any contributions are, unless otherwise stated, licensed under the same terms.

**NOTE:** The [Noto Sans](https://fonts.google.com/noto/specimen/Noto+Sans) font, that is embedded by default with the
`include-noto-sans` feature is licensed under
the [SIL Open Font License 1.1](https://openfontlicense.org/open-font-license-official-text/).

## Contributors

Thanks to everyone who has contributed to Maycoon!

<!-- readme: contributors -start -->
<table>
	<tbody>
		<tr>
            <td align="center">
                <a href="https://github.com/DraftedDev">
                    <img src="https://avatars.githubusercontent.com/u/70287588?v=4" width="100;" alt="DraftedDev"/>
                    <br />
                    <sub><b>Mikail Plotzky</b></sub>
                </a>
            </td>
            <td align="center">
                <a href="https://github.com/waywardmonkeys">
                    <img src="https://avatars.githubusercontent.com/u/178582?v=4" width="100;" alt="waywardmonkeys"/>
                    <br />
                    <sub><b>Bruce Mitchener</b></sub>
                </a>
            </td>
		</tr>
	<tbody>
</table>
<!-- readme: contributors -end -->