添加opengl框架并测试渲染第一个三角形

This commit is contained in:
2025-04-21 13:29:10 +08:00
parent 899c62bfeb
commit ffc50ef8a7
25 changed files with 8524 additions and 73 deletions

7
.gitmodules vendored
View File

@ -4,3 +4,10 @@
[submodule "Hazel/vendor/SDL"]
path = Hazel/vendor/SDL
url = https://github.com/libsdl-org/SDL
[submodule "Hazel/vendor/imgui"]
path = Hazel/vendor/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "Hazel/vendor/glm"]
path = Hazel/vendor/glm
url = https://github.com/g-truc/glm.git