#imgui #ui #graphics #gui-applications

easy-imgui-filechooser

File-chooser widget for easy-imgui

9 releases

0.2.3 Jan 15, 2025
0.2.2 Dec 12, 2024
0.2.1 Nov 8, 2024
0.2.0 Oct 27, 2024
0.1.0 Jul 5, 2024

#628 in GUI

Download history 14/week @ 2024-10-02 13/week @ 2024-10-09 5/week @ 2024-10-16 108/week @ 2024-10-23 34/week @ 2024-10-30 105/week @ 2024-11-06 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

349 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–54MB
~727K SLoC