Crates.io | freya-hooks |
lib.rs | freya-hooks |
version | 0.2.1 |
source | src |
created_at | 2023-08-16 21:21:12.268948 |
updated_at | 2024-04-27 11:53:01.264657 |
description | Hooks library designed for Freya. |
homepage | https://freyaui.dev/ |
repository | https://github.com/marc2332/freya |
max_upload_size | |
id | 946442 |
size | 153,883 |
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.
Thanks to my sponsors for supporting this project! π
β οΈ 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.2"
dioxus = { version = "0.4", features = ["macro", "hooks"], default-features = false }
You can see the tracking issue to know what features are implemented and which ones are not, yet.