An open API service indexing awesome lists of open source software.

https://github.com/dbr/imgui-filedialog-rs

Rust language bindings to ImGuiFileDialog [not currently maintained]
https://github.com/dbr/imgui-filedialog-rs

Last synced: about 1 year ago
JSON representation

Rust language bindings to ImGuiFileDialog [not currently maintained]

Awesome Lists containing this project

README

          

# Rust bindings to [ImGuiFileDialog]

Bindings to the [ImGuiFileDialog] module, a file browser interface for [Dear ImGui][imgui] interfaces, wrapped for use with [imgui-rs][imgui-rs]

[ImGuiFileDialog]: https://github.com/aiekick/ImGuiFileDialog
[imgui]: https://github.com/ocornut/imgui/
[imgui-rs]: https://github.com/imgui-rs/imgui-rs/

## Status

Functional bindings to the most basic of functionality.