freya
freya copied to clipboard
Cross-platform GUI library for 🦀 Rust powered by 🧬 Dioxus and 🎨 Skia.
Freya currently has an `image` element that accepts raw bytes of an image, this is very low level. Therefore it's needed to have a easy way to load ocal images...
Keyboard Interaction - [x] Arrow keys (#263) - [x] PageUp/PageDown (#263) - [x] Home/End (#263) - [ ] Space/Shift+Space (unsure) - [x] Alt to increase scroll velocity (#263) Mouse/Wheel Interaction...
I know marc wanted the properties to be documented at the component function, which the new Dioxus 0.4.3 `#[component]` macro does (if inlined props are used). I think inline props...
More info: https://release-plz.ieni.dev/docs/github
React to scale factor changes when the app is running
Use the OS default font instead of Fira Sans
Closes https://github.com/marc2332/freya/issues/206