#ui-component #egui-ui #egui #toolkit #widgets

egui_toolkits

A collection of reusable components, widgets, and utilities for building advanced UIs with egui

1 unstable release

Uses new Rust 2024

0.1.0 Aug 20, 2025

#2182 in GUI

MIT/Apache

6KB

egui_toolkits

Status: Name reserved for future development

egui_toolkits is a planned Rust crate intended to provide a collection of reusable components, widgets, and utilities for building advanced UIs with egui.

The goal of this crate is to simplify UI development by offering ready-to-use, customizable building blocks such as:

  • Tables with pagination and sorting
  • ListViews and CardViews
  • Modals and dialogs
  • Toasts and notifications
  • DatePickers and calendars
  • Gradient textures and other visual helpers

Currently, this crate is not implemented yet. The name egui_toolkits has been reserved on crates.io for this project.

The plan is to provide a modular, extensible, and community-friendly toolkit that respects egui’s styling system, allowing developers to build complex interfaces without reimplementing common patterns from scratch.

Contributions and suggestions are welcome once development starts.


License: MIT OR Apache-2.0
Repository: https://github.com/patrickgunnar/egui_toolkits

Dependencies

~6MB
~119K SLoC