famiq 0.2.6

Create desktop GUI with Bevy engine
Documentation
![Static Badge](https://img.shields.io/badge/Version-0.2.6-blue)
![Static Badge](https://img.shields.io/badge/OS-Mac%20Linux%20Window-orange)

<p align="center">
  <img width="250" src="logo.png">
</p>

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

> [!WARNING]
> - **Famiq is new**, many useful features are missing.
> - It's not ready yet.... but feel free to try it and share your feedback!
> - There are plenty of things that need to be improved.

https://github.com/user-attachments/assets/26eed04f-2cd2-42a4-9f57-ed2cf0536cb7

See the [examples](https://github.com/MuongKimhong/famiq/tree/master/examples) directory.

## Installation
Get latest version of `Famiq`
```
cargo add famiq
```
or in Cargo.toml
```toml
famiq = "0.2.6"
```

## Documentation
- [Rust-doc]https://docs.rs/famiq/latest/famiq/
- [See the docs]https://muongkimhong.github.io/famiq/

## Contributing
Famiq needs your contributions. Please see [contributing](https://github.com/MuongKimhong/famiq/blob/master/CONTRIBUTING.md).

## Versions
Currently, it supports only bevy 0.15.x onward. Currently, the latest version of bevy is `0.15.3`.

## License
Famiq is released under the [MIT License](https://opensource.org/licenses/MIT).