Introduction
Maycoon is a framework for creating interactive user interfaces using Rust.
It is built on top of vello and winit for rendering and window creation while using wgpu as the graphics backend.
This makes it compatible with many platforms and easy to use with different graphics backends.
The framework also includes a reactive signal system for managing internal application state, as well as a parallel task runner using a the futures crate for asynchronous programming.