Graphics module Initial (And some more fixes embedded)

This commit is contained in:
IlushaShurupov 2023-07-23 10:51:21 +03:00
parent e81449eddf
commit 6db1406d68
23 changed files with 456 additions and 31 deletions

12
.gitmodules vendored
View file

@ -1,3 +1,15 @@
[submodule "Externals/asio"]
path = Externals/asio
url = https://github.com/IlyaShurupov/asio.git
[submodule "Externals/glfw"]
path = Externals/glfw
url = https://github.com/IlyaShurupov/glfw.git
[submodule "Externals/imgui"]
path = Externals/imgui
url = https://github.com/IlyaShurupov/imgui.git
[submodule "Externals/glew"]
path = Externals/glew
url = https://github.com/IlyaShurupov/glew.git
[submodule "Externals/nanovg"]
path = Externals/nanovg
url = https://github.com/IlyaShurupov/nanovg.git