egui_toolkits

Crates.ioegui_toolkits
lib.rsegui_toolkits
version0.1.0
created_at2025-08-20 21:06:06.63917+00
updated_at2025-08-20 21:06:06.63917+00
descriptionA collection of reusable components, widgets, and utilities for building advanced UIs with egui.
homepage
repositoryhttps://github.com/patrickgunnar/egui_toolkits
max_upload_size
id1803966
size15,591
Patrick Gunnar (patrickgunnar)

documentation

README

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

Commit count: 1

cargo fmt