feat: add imgui library & primitive shapes

This commit is contained in:
2025-12-30 12:01:31 +01:00
parent 8f4eb04b2d
commit 03c8f77029
5 changed files with 117 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -10,3 +10,6 @@
[submodule "lib/glad"]
path = lib/glad
url = https://github.com/DawidLokiec/glad.git
[submodule "lib/imgui"]
path = lib/imgui
url = https://github.com/ocornut/imgui.git