What is Freya?
Freya is native GUI library built on top of đ§Ŧ Dioxus's core, it also uses đ¨ Skia as a graphics library, for đĻ Rust.
Features
- âī¸ Built-in components and hooks library
- đ Integrated devtools
- 𧰠Built-in testing runner for components.
- đŠī¸ Cross-platform (Windows, Linux, MacOS)
- đĨ¸ Easy to use
- đŧī¸ Shaders support
- đī¸ Hot-reload
- đ Multi line text editing
Why đ§Ŧ Dioxus?
Dioxus is a React-like library for Rust. Its component and hooks model make it simple to use and scales to complex apps.
See it's differences with Freya.
Why đ¨ Skia?
Skia is a battle-tested and well-maintained graphics library, and there are even some rusty bindings.