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.