#imgui #ui #graphics #gui-applications

easy-imgui-filechooser

File-chooser widget for easy-imgui

10 releases

0.2.4 Feb 20, 2025
0.2.3 Jan 15, 2025
0.2.2 Dec 12, 2024
0.2.1 Nov 8, 2024
0.1.0 Jul 5, 2024

#658 in GUI

Download history 7/week @ 2024-11-13 6/week @ 2024-11-20 17/week @ 2024-11-27 150/week @ 2024-12-04 243/week @ 2024-12-11 56/week @ 2024-12-18 62/week @ 2024-12-25 65/week @ 2025-01-01 90/week @ 2025-01-08 129/week @ 2025-01-15 15/week @ 2025-02-05 1/week @ 2025-02-12 131/week @ 2025-02-19 17/week @ 2025-02-26

164 downloads per month

MIT license

5.5MB
141K SLoC

PO File 135K SLoC // 0.0% comments Rust 6K SLoC // 0.0% comments

easy-imgui-filechooser

File-chooser widget for easy-imgui.

It is inspired by ImGuiFileDialog (thanks!), but this is written in Rust instead of C++, and with fewer options.

This a very basic file-chooser widget. It does not provide the pop-up window, previews or any kind of validation. That is up to the user.

It pretends to be portable to any target where you can run std Rust and easy-imgui. This is the look for Linux:

image

Dependencies

~13–53MB
~724K SLoC