Crates.io | freya-engine |
lib.rs | freya-engine |
version | |
source | src |
created_at | 2023-08-27 08:38:37.356987 |
updated_at | 2025-02-08 16:58:20.714348 |
description | Abstract Freya's graphics APIs |
homepage | https://freyaui.dev/ |
repository | https://github.com/marc2332/freya |
max_upload_size | |
id | 955943 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Website | Nightly Docs | Stable Docs | Book | Discord
Freya is a cross-platform GUI library for Rust powered by 𧬠Dioxus and π¨ Skia.
It does not use any web tech, check the Differences with Dioxus.
β οΈ It's currently work in progress, but you can already play with it! You can join the Discord server if you have any question or issue.
π Make sure to check the Setup guide first.
β οΈ If you happen to be on Windows using
windows-gnu
and get compile errors, maybe go check this issue.
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.5", features = ["macro", "hooks"], default-features = false }
If you are interested in contributing please make sure to have read the Contributing guide first!
If you are interested in supporting the development of this project feel free to donate to my Github Sponsor page.
Thanks to my sponsors for supporting this project! π
calc()
function and also pushed for improvements in the animation APIs.Valin βοΈ is a Work-In-Progress cross-platform code editor, made with Freya π¦ and Rust, by me.