An open API service indexing awesome lists of open source software.

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.

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