#imgui #ui #graphics #gui-applications

easy-imgui-filechooser

File-chooser widget for easy-imgui

7 releases

0.2.1 Nov 8, 2024
0.2.0 Oct 27, 2024
0.1.4 Sep 22, 2024
0.1.2 Aug 15, 2024
0.1.0 Jul 5, 2024

#660 in GUI

Download history 5/week @ 2024-08-19 4/week @ 2024-08-26 209/week @ 2024-09-16 113/week @ 2024-09-23 35/week @ 2024-09-30 10/week @ 2024-10-07 10/week @ 2024-10-14 32/week @ 2024-10-21 104/week @ 2024-10-28 102/week @ 2024-11-04 14/week @ 2024-11-11 8/week @ 2024-11-18 110/week @ 2024-12-02

144 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–50MB
~775K SLoC