# # ChangeLog for IMGUI in opengl-game # # Generated by Trac 1.5.4 # Oct 18, 2024, 9:17:04 AM Sat, 02 Jan 2021 16:19:31 GMT Dmitry Portnoy [3b7d497] * IMGUI/imgui_impl_sdl.cpp (added) * IMGUI/imgui_impl_sdl.h (added) * IMGUI/imgui_impl_vulkan.cpp (added) * IMGUI/imgui_impl_vulkan.h (added) * VulkanGame.vcxproj (modified) * VulkanGame.vcxproj.filters (added) * main-vulkan.cpp (modified) * sdl-game.cpp (added) * sdl-game.hpp (added) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) Start implementing an ImGUI ui on top of SDL and Vulkan using some ... Sat, 05 Dec 2020 19:14:31 GMT Dmitry Portnoy [e66fd66] * .gitignore (modified) * IMGUI/imconfig.h (added) * IMGUI/imgui.cpp (modified) * IMGUI/imgui.h (modified) * IMGUI/imgui_demo.cpp (modified) * IMGUI/imgui_draw.cpp (modified) * IMGUI/imgui_impl_glfw.cpp (added) * IMGUI/imgui_impl_glfw.h (added) * IMGUI/imgui_impl_opengl3.cpp (added) * IMGUI/imgui_impl_opengl3.h (added) * IMGUI/imgui_internal.h (modified) * IMGUI/imgui_widgets.cpp (added) * IMGUI/imstb_rectpack.h (moved) * IMGUI/imstb_textedit.h (moved) * IMGUI/imstb_truetype.h (moved) * OpenGLReference.vcxproj (modified) * OpenGLReference.vcxproj.filters (added) * VulkanSFMLReference.vcxproj.filters (added) * imgui_impl_glfw_gl3.cpp (deleted) * imgui_impl_glfw_gl3.h (deleted) * new-game.cpp (modified) * texture.frag (deleted) * texture.vert (deleted) In OpenGLReference, change all enums to enum classes and update IMGUI ... Tue, 08 May 2018 02:54:09 GMT Dmitry Portnoy [5b3462b] * IMGUI/imgui.h (modified) * new-game.cpp (modified) Implement a basic gui with a stats window and a menubar containing a ... Sun, 06 May 2018 22:21:20 GMT Dmitry Portnoy [c58ebc3] * IMGUI/imgui.cpp (moved) * IMGUI/imgui.h (moved) * IMGUI/imgui_demo.cpp (moved) * IMGUI/imgui_draw.cpp (moved) * IMGUI/imgui_internal.h (moved) * IMGUI/stb_rect_pack.h (moved) * IMGUI/stb_textedit.h (moved) * IMGUI/stb_truetype.h (moved) * NewOpenGLGame.vcxproj (modified) * imgui_example.cpp (modified) * imgui_impl_glfw_gl3.cpp (modified) Create an IMGUI folder for the imgui library files.