Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A declarative GUI library written in Rust
| Date | Stars |
|---|---|
| 2026-07-24 | 2222 |
| 2026-07-25 | 2222 |
| 2026-07-28 | 2222 |
| 2026-07-30 | 2222 |
| 2026-08-06 | 2222 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
5.0
growth rate 0.00%/day
<div align="center"><img src="https://raw.githubusercontent.com/vizia/vizia/main/assets/branding/vizia-logo-01.png" width="128px" height="128px"/><h1>Vizia</h1></div>
<div align="center">
<!-- License -->
<a href="https://github.com/vizia/vizia/blob/main/LICENSE">
<img src="https://img.shields.io/crates/l/vizia"
alt="License" />
</a>
<!-- Docs -->
<a href="https://docs.vizia.dev">
<img src="https://img.shields.io/badge/docs-website-blue"
alt="Documentation" />
</a>
<!-- CI -->
<a href="https://github.com/vizia/vizia/actions/workflows/build.yml">
<img src="https://github.com/vizia/vizia/actions/workflows/build.yml/badge.svg"
alt="CI status" />
</a>
<!-- docs (TODO) -->
<!-- Dependency status -->
<a href="https://deps.rs/repo/github/vizia/vizia">
<img src="https://deps.rs/repo/github/vizia/vizia/status.svg"
alt="Dependency status" />
</a>
<!-- Audit -->
<a href="https://github.com/vizia/vizia/actions/workflows/audit.yml">
<img src="https://github.com/vizia/vizia/actions/workflows/audit.yml/badge.svg"
alt="Audit status" />
</a>
<!-- Discord -->
<a href="https://discord.gg/aNkTPsRm2w">
<img src="https://img.shields.io/discord/791142189005537332.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2"
alt="Discord Link" />
</a>
</div>
<!-- [](https://crates.io/crates/vizia) -->
<!-- [](https://docs.rs/vizia/) -->
<br/>
<h4 align="center">A declarative desktop GUI framework for the <a href="https://www.rust-lang.org/">Rust</a> programming language.</h4>
<br/>
<div align="center">
<h3>
<a href="https://book.vizia.dev/"> Book </a>
<span> • </span>
<a href="https://docs.vizia.dev/"> Docs </a>
<span> • </span>
<a href="https://discord.gg/aNkTPsRm2w"> Discord </a>
</h3>
</div>
<br/>
# Features
- ### __Cross-platform (Windows, Linux, MacOS)__
Build desktop applications which look and behave the same for Windows, Mac, and Linux.
- ### __Declarative__
Write GUI code in a declarative way in pure Rust (no DSL macros).
- ### __Reactive__
Views derive from application state. Change the state and the views which bind to it update automatically.
- ### __Flexible layout__
Create flexible layouts which adapt to changes in size. Powered by [morphorm](https://github.com/vizia/morphorm).
- ### __Powerful styling__
Take advantage of stylesheets with hot-reloading to fully customize the look of your application.
- ### __Animations__
Bring your applications to life with animations.
- ### __Built-in views and themes__
Utilize over 25 ready-made views as well as two built-in themes (light and dark) to get you started. Includes 4250+ SVG icons, provided by [Tabler Icons](https://tabler-icons.io).
- ### __Accessibility__
Make your applications accessible to assistive technologies such as screen readers, powered by [accesskit](https://github.com/accesskit/accesskit).
- ### __Localization__
Adapt your application to different locales, including translating text with [fluent](https://github.com/projectfluent/fluent-rs).
- ### __Optimised rendering__
Vizia leverages the powerful and robust [skia](https://github.com/rust-skia/rust-skia) library for rendering, with further optimizations to only draw what is necessary.
- ### __Audio plugin development__
Vizia provides an alternative [baseview](https://github.com/RustAudio/baseview) windowing backend for audio plugin development, for example with the [nih-plug](https://github.com/robbert-vdh/nih-plug) framework.
<br />
# Widget Gallery
<div align="center"><img src="widget_gallery.png" width="800px"/></div>
<br />
Explore all of the built-in views in the widget gallery. Run with:
```bash
cargo run --release -p widget_gallery
```
<br />
# At a Glance
A simple counter application. Run with `cargo run --example counter`.
```rust, no_runExcerpt of 6,828 characters
Read on GitHub1.6k
111
38
37
19
14
14
8
8
Arnold Loubriat · @myriad-sas · France
5
5
4
4
3
3
3
3
2
2
2
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:ca14b824eaf550b3, topic:user-interface