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]
- Host: GitHub
- URL: https://github.com/dbr/imgui-filedialog-rs
- Owner: dbr
- Created: 2021-03-04T12:35:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T09:07:00.000Z (about 5 years ago)
- Last Synced: 2025-04-25T05:47:54.285Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 62.5 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.