<h1 align="center">Agape</h1>
<p align="center">An easy to use rust GUI library.</p>
<div align="center">
<a href="https://crates.io/crates/agape">
<img alt="Crates.io Version" src="https://img.shields.io/crates/v/agape">
</a>
<a href="https://docs.rs/agape/latest/agape/">
<img src="https://img.shields.io/docsrs/agape"/>
</a>
<img src="https://img.shields.io/github/actions/workflow/status/snubwoody/agape-rs/rust.yml"/>
<img alt="Crates.io License" src="https://img.shields.io/crates/l/agape">
<img alt="Crates.io Size" src="https://img.shields.io/crates/size/agape">
<a href="https://codecov.io/gh/snubwoody/agape-rs" >
<img src="https://codecov.io/gh/snubwoody/agape-rs/graph/badge.svg?token=FNDNUZ7AGM"/>
</a>
</div>
## Goals
- Simple, expressive API
- No heavy use of macros
- Cross platform
## Overview
`agape` is a cross-platform, CPU-rendered, GUI library, focused on performance and ergonomics.
See the [documentation](https://docs.rs/agape/latest/agape/) for more info.
## Support
| Windows | ✅ |
| MacOS | ✅ |
| Linux | ✅ |
| Android | 🚧 |
| IOS | 🚧 |
✅: Fully supported
🚧: Planned
## License
This project is dual-licensed under either
- [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
- [MIT License](https://opensource.org/license/MIT)
at your choice.