<div align="center">

# 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!
<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>