egui_path_picker

Crates.ioegui_path_picker
lib.rsegui_path_picker
version0.2.0
created_at2025-08-30 17:59:08.331548+00
updated_at2025-09-02 17:38:46.723768+00
descriptionSimple egui widget for picking paths
homepage
repositoryhttps://github.com/TCA166/egui_file_picker
max_upload_size
id1817804
size55,766
(TCA166)

documentation

README

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.

Commit count: 12

cargo fmt