UI Composer This repository is so WIP dude Rust-based library for fast native UI rendering. Getting started After adding the library, you should be able to create a simple window like this: use ui_composer::prelude::*; fn main() { App::run(Window(())); }