| Crates.io | freya-layout |
| lib.rs | freya-layout |
| version | 0.1.6 |
| created_at | 2023-08-16 20:56:14.17062+00 |
| updated_at | 2023-08-27 18:39:04.154378+00 |
| description | Internal layout and layers management for Freya. |
| homepage | https://freyaui.dev/ |
| repository | https://github.com/marc2332/freya |
| max_upload_size | |
| id | 946415 |
| size | 16,568 |
Website | Docs | Book | Discord
Freya is a native GUI library for Rust powered by 🧬 Dioxus and 🎨 Skia.
⚠️ It's currently work in progress and not usable for production, but you can already play with it! You can join the Discord server if you have any question or issue.
⚠️ First, see Environment setup.
Clone this repo and run:
cargo run --example counter
You can also try freya-template
Add Freya and Dioxus as dependencies:
freya = "0.1"
dioxus = { version = "0.4", features = ["macro", "hooks"] }
You can see the tracking issue to know what features are implemented and which ones are not, yet.