Skip to content

mrpedrobraga/ui-composer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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(()));
}

About

Native UI Renderer written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published