From 9ce3766c1a02e03118d6afd96ead2d7cd1ba304a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20L=C3=BCbe=C3=9F?= Date: Mon, 9 Nov 2020 22:57:10 +0100 Subject: [PATCH] Added cimgui --- .gitmodules | 3 +++ BeefSpace.toml | 2 +- Imgui/BeefProj.toml | 6 ++++++ Imgui/vendor/cimgui | 1 + prepare.bat | 0 5 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 Imgui/BeefProj.toml create mode 160000 Imgui/vendor/cimgui create mode 100644 prepare.bat 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