#imgui #ui #graphics #gui-applications

easy-imgui-filechooser

File-chooser widget for easy-imgui

8 releases

0.2.2 Dec 12, 2024
0.2.1 Nov 8, 2024
0.2.0 Oct 27, 2024
0.1.4 Sep 22, 2024
0.1.0 Jul 5, 2024

#628 in GUI

Download history 3/week @ 2024-08-31 134/week @ 2024-09-14 180/week @ 2024-09-21 41/week @ 2024-09-28 8/week @ 2024-10-05 12/week @ 2024-10-12 2/week @ 2024-10-19 124/week @ 2024-10-26 69/week @ 2024-11-02 58/week @ 2024-11-09 7/week @ 2024-11-16 2/week @ 2024-11-23 59/week @ 2024-11-30 281/week @ 2024-12-07 75/week @ 2024-12-14

418 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
~774K SLoC