A small library of assorted, reusable widgets for egui.
View a demo of all the widgets live in your browser: Demo
You can also run the demo natively using
cargo run -p eguikit-demo
Spinner
: An animated spinner with indeterminate progress used to indicate asynchronous loading.
This project's source code and documentation is licensed under the MIT license. See the LICENSE file for details.