#imgui #ui #graphics

easy-imgui-filechooser

File-chooser widget for easy-imgui

3 releases

0.1.2 Aug 15, 2024
0.1.1 Aug 7, 2024
0.1.0 Jul 5, 2024

#386 in GUI

Download history 100/week @ 2024-07-01 34/week @ 2024-07-08 2/week @ 2024-07-15 2/week @ 2024-07-22 1/week @ 2024-07-29 131/week @ 2024-08-05 120/week @ 2024-08-12 5/week @ 2024-08-19 4/week @ 2024-08-26

260 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

~12–50MB
~768K SLoC