egui_toolkits 0.1.0

A collection of reusable components, widgets, and utilities for building advanced UIs with egui.
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 15.59 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 993.58 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 40s Average build duration of successful builds.
  • all releases: 40s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • patrickgunnar

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