Open Source Tomb Raider Engine
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Thomas Buck 8ebbd705a4 Main menu rewrite as imgui window 9 years ago
..
README.txt Main menu rewrite as imgui window 9 years ago
dirent_portable.h Main menu rewrite as imgui window 9 years ago
imguifilesystem.cpp Main menu rewrite as imgui window 9 years ago
imguifilesystem.h Main menu rewrite as imgui window 9 years ago

README.txt

imguifilesystem dialogs for imgui v.1.17 wip (https://github.com/ocornut/imgui).
See also: https://github.com/ocornut/imgui/issues/88

It's composed by three files:

- imguifilesystem.h (usage instructions are here)
- imguifilesystem.cpp
- dirent_portable.h

It needs testing and feedback (expecially for Windows/VisualC++ and MacOS).

It does not use any C++ string class: so it should be straightforward to merge its code
into imgui.h/imgui.cpp if we want to (and if the code is robust enough).