easy-imgui-filechooser

Crates.ioeasy-imgui-filechooser
lib.rseasy-imgui-filechooser
version
sourcesrc
created_at2024-07-05 19:00:50.824189
updated_at2024-12-12 18:43:22.189676
descriptionFile-chooser widget for easy-imgui
homepage
repositoryhttps://github.com/rodrigorc/easy-imgui-rs
max_upload_size
id1292979
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Rodrigo Rivas Costa (rodrigorc)

documentation

README

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

Commit count: 179

cargo fmt