An open API service indexing awesome lists of open source software.

https://github.com/marc2332/yalem

⛑️ Experimental UI Library for Rust
https://github.com/marc2332/yalem

apps desktop library rust ui

Last synced: about 1 year ago
JSON representation

⛑️ Experimental UI Library for Rust

Awesome Lists containing this project

README

          

# ⛑️ yalem
## Experimental UI Library for Rust

> Note: I made this in just a couple of days so, don't expect high quality code <3. I don't think this will come out as something usable, I am not **that** experienced making this kind of libraries.

This is an **experimental** (⚠️⚠️⚠️) attempt to build a UI library for Rust, based on [Skia](https://github.com/rust-skia/rust-skia/). It's inspired by Flutter and React.

Supported Widgets:
- Button
- Center
- Expand
- List
- Padding
- Stateful
- Text

## Examples

[![Example of different layouts](./screenshot1.png)](./screenshot1.png)
[![Example of a counter](./screenshot2.png)](./screenshot2.png)