# # ChangeLog for gui in opengl-game # # Generated by Trac 1.5.4 # Oct 18, 2024, 10:20:28 AM Sat, 25 Jul 2020 20:05:57 GMT Dmitry Portnoy [aa7707d] * VulkanGame.vcxproj (modified) * compile.bat (modified) * gui/button.cpp (modified) * gui/panel.cpp (modified) * main-vulkan.cpp (modified) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) Update the Vulkan SDK version and get the latest code compiling on ... Wed, 10 Jun 2020 21:44:02 GMT Dmitry Portnoy [f809ae6] * gui/game-screen.cpp (modified) * gui/ui-value.hpp (added) * makefile (modified) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) Show the score and frame rate on the game screen Wed, 10 Jun 2020 21:18:21 GMT Dmitry Portnoy [699e83a] * gui/game-screen.cpp (added) * gui/game-screen.hpp (added) * gui/panel.cpp (added) * gui/panel.hpp (added) * makefile (modified) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) Add a GameScreen class to render the main gameplay Wed, 10 Jun 2020 02:36:24 GMT Dmitry Portnoy [e1f88a9] * assets/fonts/ProggyClean.ttf (added) * consts.hpp (modified) * game-gui.hpp (modified) * gui/button.cpp (added) * gui/button.hpp (added) * gui/main-screen.cpp (added) * gui/main-screen.hpp (added) * gui/screen.cpp (added) * gui/screen.hpp (added) * gui/ui-element.cpp (added) * gui/ui-element.hpp (added) * makefile (modified) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) Create a system to draw and switch between different screens, a ...