egui_path_picker 0.2.0

Simple egui widget for picking paths
Documentation

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.