Build desktop GUI application with rust, based on ECS pattern, powered by Bevy game engine.

Simple

Designed with Bevy’s philosophy — widgets are just Rust functions.

Built-in Widgets

Includes useful widgets like buttons, modals, list views and more.

For High-Performance Apps

Leverages Bevy’s massive parallelism for smooth and efficient rendering.

Installation

cargo add famiq

or adding this to Cargo.toml

[dependencies]
famiq = "0.2.6"

Famiq supports only bevy 0.15.x onward. Currently, the latest version of bevy is 0.15.3.

see crateio & rustdoc.