#graphical-user-interface #imgui #graphics #ui

easy-imgui-filechooser

File-chooser widget for easy-imgui

11 releases

new 0.2.5 Mar 29, 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

#922 in GUI

Download history 290/week @ 2024-12-09 71/week @ 2024-12-16 75/week @ 2024-12-23 44/week @ 2024-12-30 79/week @ 2025-01-06 149/week @ 2025-01-13 12/week @ 2025-01-20 13/week @ 2025-02-03 3/week @ 2025-02-10 121/week @ 2025-02-17 20/week @ 2025-02-24 9/week @ 2025-03-03 5/week @ 2025-03-10 2/week @ 2025-03-17 56/week @ 2025-03-24

74 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–45MB
~716K SLoC