Crates.io | freya-dom |
lib.rs | freya-dom |
version | 0.1.2 |
source | src |
created_at | 2023-08-16 20:51:52.747509 |
updated_at | 2023-09-16 12:30:45.66711 |
description | Internal DOM abstractions for Freya. |
homepage | https://freyaui.dev/ |
repository | https://github.com/marc2332/freya |
max_upload_size | |
id | 946413 |
size | 16,041 |
Website | Nightly Docs | Stable 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.