added imgui and fmt, started working on ui

This commit is contained in:
2026-05-11 00:36:17 -04:00
parent 0b495e1e40
commit 15dc62a36c
8 changed files with 111 additions and 24 deletions

6
.gitmodules vendored
View File

@@ -13,3 +13,9 @@
[submodule "_ThirdParty/glm"]
path = _ThirdParty/glm
url = https://github.com/g-truc/glm.git
[submodule "_ThirdParty/imgui"]
path = _ThirdParty/imgui
url = https://github.com/ocornut/imgui.git
[submodule "_ThirdParty/fmt"]
path = _ThirdParty/fmt
url = https://github.com/fmtlib/fmt.git