diff --git a/.gitmodules b/.gitmodules index 30b5266..d09e1ad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "vendor/directx"] path = GlitchyEngine/vendor/directx url = https://github.com/aharabada/directx-beef.git +[submodule "Imgui/vendor/cimgui"] + path = Imgui/vendor/cimgui + url = https://github.com/cimgui/cimgui.git diff --git a/BeefSpace.toml b/BeefSpace.toml index a40b1d4..3bf4b5f 100644 --- a/BeefSpace.toml +++ b/BeefSpace.toml @@ -1,5 +1,5 @@ FileVersion = 1 -Projects = {Sandbox = {Path = "Sandbox"}, GlitchyEngine = {Path = "GlitchyEngine"}, GlitchLog = {Path = "GlitchLog"}, DirectX = {Path = "vendor/directx/DirectX"}} +Projects = {Sandbox = {Path = "Sandbox"}, GlitchyEngine = {Path = "GlitchyEngine"}, GlitchLog = {Path = "GlitchLog"}, DirectX = {Path = "GlitchyEngine/vendor/directx/DirectX"}, Imgui = {Path = "Imgui"}} [Workspace] StartupProject = "Sandbox" diff --git a/Imgui/BeefProj.toml b/Imgui/BeefProj.toml new file mode 100644 index 0000000..6dbd0b8 --- /dev/null +++ b/Imgui/BeefProj.toml @@ -0,0 +1,6 @@ +FileVersion = 1 + +[Project] +Name = "Imgui" +TargetType = "BeefLib" +StartupObject = "Imgui.Program" diff --git a/Imgui/vendor/cimgui b/Imgui/vendor/cimgui new file mode 160000 index 0000000..ee5534d --- /dev/null +++ b/Imgui/vendor/cimgui @@ -0,0 +1 @@ +Subproject commit ee5534d7cd709e4ad0944e41f9c47d9ed59bd85e diff --git a/prepare.bat b/prepare.bat new file mode 100644 index 0000000..e69de29