Lib Import & CMake & init window code

This commit is contained in:
2025-07-15 19:43:51 +03:00
parent 84856ce0b0
commit 316f58b83f
249 changed files with 129527 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
HELPER FILES FOR POPULAR DEBUGGERS
imgui.gdb
GDB: disable stepping into trivial functions.
(read comments inside file for details)
imgui.natstepfilter
Visual Studio Debugger: disable stepping into trivial functions.
(read comments inside file for details)
imgui.natvis
Visual Studio Debugger: describe Dear ImGui types for better display.
With this, types like ImVector<> will be displayed nicely in the debugger.
(read comments inside file for details)