#egui #filesystem #gui-input #egui-widget

egui_path_picker

Simple egui widget for picking paths

3 unstable releases

Uses new Rust 2024

0.2.0 Sep 2, 2025
0.1.1 Aug 30, 2025
0.1.0 Aug 30, 2025

#1051 in GUI

Download history

94 downloads per month

GPL-3.0-only

20KB
96 lines

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.

Dependencies

~5MB
~95K SLoC