eguikit icon indicating copy to clipboard operation
eguikit copied to clipboard

A small library of assorted, reusable widgets for egui.

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

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 file for details.