Introduction

Maycoon is a framework for creating interactive user interfaces using Rust.

It is built on top of winit and optionally vello for window management and rendering.

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 pluggable task runner interface.