egui_path_picker 0.2.0

Simple egui widget for picking paths
Documentation
  • Coverage
  • 37.5%
    3 out of 8 items documented0 out of 0 items with examples
  • Size
  • Source code size: 55.27 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.09 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 38s Average build duration of successful builds.
  • all releases: 35s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • TCA166/egui_path_picker
    0 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • TCA166

egui_path_picker

Rust Crates.io Version docs.rs License Example

Simple egui widget for picking paths. It boils down to a text input, next to a button that opens a little widget which showcases local files and folders. Clicking the entries within the widget will update the path in the text input, meaning you can either paste in a path, or find the desired path through the widget.

Originally developed for the needs of my other project grapevine, where I needed something simple and basic.

Be sure to look in the example directory for an example eframe app using this crate. Alternatively, the you can preview the widget on GitHub Pages, though naturally that version doesn't have access to your file system.