https://github.com/sagebind/eguikit
A small library of assorted, reusable widgets for egui.
https://github.com/sagebind/eguikit
Last synced: about 1 year ago
JSON representation
A small library of assorted, reusable widgets for egui.
- Host: GitHub
- URL: https://github.com/sagebind/eguikit
- Owner: sagebind
- License: mit
- Created: 2021-08-01T21:35:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T15:03:45.000Z (over 2 years ago)
- Last Synced: 2025-04-14T17:05:27.060Z (about 1 year ago)
- Language: Rust
- Homepage: https://sagebind.github.io/eguikit/
- Size: 1.75 MB
- Stars: 15
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eguikit
A small library of assorted, reusable widgets for [egui].
## Demo
View a demo of all the widgets live in your browser: [Demo]
You can also run the demo natively using
```sh
cargo run -p eguikit-demo
```
## Widgets
- `Spinner`: An animated spinner with indeterminate progress used to indicate asynchronous loading.
## License
This project's source code and documentation is licensed under the MIT license. See the [LICENSE](LICENSE) file for details.
[Demo]: https://sagebind.github.io/eguikit/
[egui]: https://github.com/emilk/egui