Expand description
§Freya
Freya is a declarative, cross-platform GUI Rust library, powered by 🧬 Dioxus and 🎨 Skia.
It does not use any web tech, check the Differences with Dioxus.
§Basics
§Learn
- Development Setup
- Elements Overview
- Theming
- i18n
- Accessibility
- Text Editing
- Animations
- Router
- Native Menus
- Third Party State Managemement
- Unit Testing for Components
- Devtools
- Performance Tips
§API References
§Features flags
- devtools: enables a side panel to inspect your App tree, styles and computed layout.
- use_camera: enables the- use_camerahook.
- log: enables internal logs.
Re-exports§
- pub use dioxus;
- pub use dioxus_core;
- pub use torin;
Modules§
- Freya docs.
- Common data structures and utils.
- Collection of basic components.
- Core APIs.
- Elements, attributes and events definitions.
- Events data.
- Useful utilities.
- Hot reload configuration.
- Launch your app.
- Useful imports.