-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2dc9113
commit 36dad3c
Showing
463 changed files
with
40,423 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.vs/ | ||
CadBerry/.vs/ | ||
CadBerry/bin/Debug-windows-x86_64/*/*.pch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[submodule "CadBerry\\CadBerry\\vendor\\spdlog"] | ||
path = CadBerry\\CadBerry\\vendor\\spdlog | ||
url = https://github.com/gabime/spdlog.git | ||
[submodule "CadBerry/CadBerry/vendor/IMGUI"] | ||
path = CadBerry/CadBerry/vendor/IMGUI | ||
url = https://github.com/CamelCaseCam/imgui.git | ||
[submodule "CadBerry/CadBerry/vendor/GLFW"] | ||
path = CadBerry/CadBerry/vendor/GLFW | ||
url = https://github.com/CamelCaseCam/glfw | ||
[submodule "glm"] | ||
path = glm | ||
url = https://github.com/g-truc/glm.git | ||
[submodule "CadBerry/vendor/glm"] | ||
path = CadBerry/vendor/glm | ||
url = https://github.com/g-truc/glm.git | ||
[submodule "CadBerry/CadBerry/vendor/glm"] | ||
path = CadBerry/CadBerry/vendor/glm | ||
url = https://github.com/g-truc/glm.git | ||
[submodule "CadBerry/nfd"] | ||
path = CadBerry/nfd | ||
url = https://github.com/CamelCaseCam/nativefiledialog.git | ||
[submodule "CadBerry/CadBerry/vendor/nfd"] | ||
path = CadBerry/CadBerry/vendor/nfd | ||
url = https://github.com/CamelCaseCam/nativefiledialog.git | ||
[submodule "CadBerry/CadBerry/vendor/WhereAmI"] | ||
path = CadBerry/CadBerry/vendor/WhereAmI | ||
url = https://github.com/gpakosz/whereami.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup Label="ProjectConfigurations"> | ||
<ProjectConfiguration Include="Debug|x64"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|x64"> | ||
<Configuration>Release</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
</ItemGroup> | ||
<PropertyGroup Label="Globals"> | ||
<ProjectGuid>{C9A7E20C-35BC-0ABE-FE3D-AE1D6A1107EF}</ProjectGuid> | ||
<IgnoreWarnCompileDuplicatedFilename>true</IgnoreWarnCompileDuplicatedFilename> | ||
<Keyword>Win32Proj</Keyword> | ||
<RootNamespace>Berry</RootNamespace> | ||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<UseDebugLibraries>true</UseDebugLibraries> | ||
<CharacterSet>Unicode</CharacterSet> | ||
<PlatformToolset>v142</PlatformToolset> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<UseDebugLibraries>false</UseDebugLibraries> | ||
<CharacterSet>Unicode</CharacterSet> | ||
<PlatformToolset>v142</PlatformToolset> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
<ImportGroup Label="ExtensionSettings"> | ||
</ImportGroup> | ||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
</ImportGroup> | ||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
</ImportGroup> | ||
<PropertyGroup Label="UserMacros" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
<LinkIncremental>true</LinkIncremental> | ||
<OutDir>..\bin\Debug-windows-x86_64\Berry\</OutDir> | ||
<IntDir>..\bin\Debug-windows-x86_64\Berry\</IntDir> | ||
<TargetName>Berry</TargetName> | ||
<TargetExt>.exe</TargetExt> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
<LinkIncremental>false</LinkIncremental> | ||
<OutDir>..\bin\Release-windows-x86_64\Berry\</OutDir> | ||
<IntDir>..\bin\Release-windows-x86_64\Berry\</IntDir> | ||
<TargetName>Berry</TargetName> | ||
<TargetExt>.exe</TargetExt> | ||
</PropertyGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
<ClCompile> | ||
<PrecompiledHeader>NotUsing</PrecompiledHeader> | ||
<WarningLevel>Level3</WarningLevel> | ||
<PreprocessorDefinitions>CDB_PLATFORM_WINDOWS;CDB_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<AdditionalIncludeDirectories>..\CadBerry\vendor\spdlog\include;..\CadBerry\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||
<Optimization>Disabled</Optimization> | ||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | ||
<LanguageStandard>stdcpplatest</LanguageStandard> | ||
</ClCompile> | ||
<Link> | ||
<SubSystem>Console</SubSystem> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<AdditionalDependencies>sfml-system-d.lib;sfml-window-d.lib;sfml-graphics-d.lib;sfml-network-d.lib;sfml-audio-d.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
<AdditionalLibraryDirectories>..\CadBerry\vendor\SFML\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
<ClCompile> | ||
<PrecompiledHeader>NotUsing</PrecompiledHeader> | ||
<WarningLevel>Level3</WarningLevel> | ||
<PreprocessorDefinitions>CDB_PLATFORM_WINDOWS;CDB_RELEASE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<AdditionalIncludeDirectories>..\CadBerry\vendor\spdlog\include;..\CadBerry\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
<Optimization>Full</Optimization> | ||
<FunctionLevelLinking>true</FunctionLevelLinking> | ||
<IntrinsicFunctions>true</IntrinsicFunctions> | ||
<MinimalRebuild>false</MinimalRebuild> | ||
<StringPooling>true</StringPooling> | ||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
<LanguageStandard>stdcpplatest</LanguageStandard> | ||
</ClCompile> | ||
<Link> | ||
<SubSystem>Console</SubSystem> | ||
<EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
<OptimizeReferences>true</OptimizeReferences> | ||
<AdditionalDependencies>sfml-system.lib;sfml-window.lib;sfml-graphics.lib;sfml-network.lib;sfml-audio.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
<AdditionalLibraryDirectories>..\CadBerry\vendor\SFML\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
<ItemGroup> | ||
<ClCompile Include="src\main.cpp" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\CadBerry\CadBerry.vcxproj"> | ||
<Project>{918CE669-7D59-4175-A672-2F1D929E7603}</Project> | ||
</ProjectReference> | ||
</ItemGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
<ImportGroup Label="ExtensionTargets"> | ||
</ImportGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup> | ||
<Filter Include="Source Files"> | ||
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> | ||
<Extensions>cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx</Extensions> | ||
</Filter> | ||
<Filter Include="Header Files"> | ||
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> | ||
<Extensions>h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd</Extensions> | ||
</Filter> | ||
<Filter Include="Resource Files"> | ||
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> | ||
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions> | ||
</Filter> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClCompile Include="src\main.cpp"> | ||
<Filter>Source Files</Filter> | ||
</ClCompile> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<ShowAllFiles>true</ShowAllFiles> | ||
</PropertyGroup> | ||
</Project> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
D:\Development\Genetics\PurpleEyes\New CadBerry Project.berry |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
[Window][Debug##Default] | ||
Pos=154,45 | ||
Size=400,400 | ||
Collapsed=0 | ||
|
||
[Window][Dear ImGui Demo] | ||
ViewportPos=47,82 | ||
ViewportId=0xE927CF2F | ||
Size=1920,963 | ||
Collapsed=0 | ||
|
||
[Window][Stacked 1] | ||
Pos=435,274 | ||
Size=409,172 | ||
Collapsed=0 | ||
|
||
[Window][DockSpace Demo] | ||
Pos=0,19 | ||
Size=1920,982 | ||
Collapsed=0 | ||
|
||
[Window][Same title as another window##2] | ||
Pos=0,38 | ||
Size=1920,963 | ||
Collapsed=0 | ||
|
||
[Window][###AnimatedTitle] | ||
Pos=0,38 | ||
Size=1920,963 | ||
Collapsed=0 | ||
|
||
[Window][Same title as another window##1] | ||
Pos=0,38 | ||
Size=1920,963 | ||
Collapsed=0 | ||
|
||
[Window][Example: Long text display] | ||
Pos=248,38 | ||
Size=653,858 | ||
Collapsed=0 | ||
|
||
[Window][Example: Log] | ||
Pos=260,-117 | ||
Size=465,682 | ||
Collapsed=0 | ||
|
||
[Window][Demo window] | ||
Pos=60,60 | ||
Size=397,328 | ||
Collapsed=0 | ||
|
||
[Window][Create a Project] | ||
Size=480,720 | ||
Collapsed=0 | ||
|
||
[Window][DockSpaceViewport_11111111] | ||
Size=1280,720 | ||
Collapsed=0 | ||
|
||
[Window][Test viewport] | ||
Pos=8,27 | ||
Size=1264,338 | ||
Collapsed=0 | ||
|
||
[Window][CadBerry Editor window] | ||
Pos=0,0 | ||
Size=1280,720 | ||
Collapsed=0 | ||
|
||
[Window][Example viewport 1] | ||
Pos=8,27 | ||
Size=1904,480 | ||
Collapsed=0 | ||
|
||
[Window][Example viewport 2] | ||
Pos=8,27 | ||
Size=418,966 | ||
Collapsed=0 | ||
|
||
[Window][VSCode Window] | ||
Pos=60,60 | ||
Size=641,470 | ||
Collapsed=0 | ||
|
||
[Window][Test Viewport] | ||
Pos=8,27 | ||
Size=1264,685 | ||
Collapsed=0 | ||
DockId=0x21132490,0 | ||
|
||
[Window][Dear ImGui Metrics/Debugger] | ||
ViewportPos=679,142 | ||
ViewportId=0x8FC55800 | ||
Size=339,307 | ||
Collapsed=0 | ||
|
||
[Window][Build project] | ||
ViewportPos=399,109 | ||
ViewportId=0xC42865AB | ||
Size=769,685 | ||
Collapsed=0 | ||
|
||
[Docking][Data] | ||
DockSpace ID=0x21132490 Window=0x6E75B0C5 Pos=49,97 Size=1264,685 CentralNode=1 Selected=0x905C405F | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#include <CadBerry.h> | ||
|
||
int main() | ||
{ | ||
CDB::Application* MainApp = new CDB::Application(); | ||
|
||
MainApp->GetProject(); | ||
MainApp->StartEditor(); | ||
|
||
delete MainApp; | ||
return 0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Berry", "Berry\Berry.vcxproj", "{C9A7E20C-35BC-0ABE-FE3D-AE1D6A1107EF}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CadBerry", "CadBerry\CadBerry.vcxproj", "{918CE669-7D59-4175-A672-2F1D929E7603}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GILBuildEngine", "GILBuildEngine\GILBuildEngine.vcxproj", "{A719CF0D-93E7-C213-7C7B-333A68E89E78}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GLFW", "CadBerry\vendor\GLFW\GLFW.vcxproj", "{154B857C-0182-860D-AA6E-6C109684020F}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Glad", "CadBerry\vendor\Glad\Glad.vcxproj", "{BDD6857C-A90D-870D-52FA-6C103E10030F}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImGui", "CadBerry\vendor\IMGUI\ImGui.vcxproj", "{C0FF640D-2C14-8DBE-F595-301E616989EF}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VSCodeIntegration", "Modules\VSCodeIntegration\VSCodeIntegration.vcxproj", "{6D50644B-D966-62E1-22DE-ED028E333369}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WhereAmI", "CadBerry\vendor\WhereAmI\WhereAmI.vcxproj", "{F7C69BFF-E393-F60A-0CAD-E4B2F8D82B99}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|x64 = Debug|x64 | ||
Release|x64 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{C9A7E20C-35BC-0ABE-FE3D-AE1D6A1107EF}.Debug|x64.ActiveCfg = Debug|x64 | ||
{C9A7E20C-35BC-0ABE-FE3D-AE1D6A1107EF}.Debug|x64.Build.0 = Debug|x64 | ||
{C9A7E20C-35BC-0ABE-FE3D-AE1D6A1107EF}.Release|x64.ActiveCfg = Release|x64 | ||
{C9A7E20C-35BC-0ABE-FE3D-AE1D6A1107EF}.Release|x64.Build.0 = Release|x64 | ||
{918CE669-7D59-4175-A672-2F1D929E7603}.Debug|x64.ActiveCfg = Debug|x64 | ||
{918CE669-7D59-4175-A672-2F1D929E7603}.Debug|x64.Build.0 = Debug|x64 | ||
{918CE669-7D59-4175-A672-2F1D929E7603}.Release|x64.ActiveCfg = Release|x64 | ||
{918CE669-7D59-4175-A672-2F1D929E7603}.Release|x64.Build.0 = Release|x64 | ||
{A719CF0D-93E7-C213-7C7B-333A68E89E78}.Debug|x64.ActiveCfg = Debug|x64 | ||
{A719CF0D-93E7-C213-7C7B-333A68E89E78}.Debug|x64.Build.0 = Debug|x64 | ||
{A719CF0D-93E7-C213-7C7B-333A68E89E78}.Release|x64.ActiveCfg = Release|x64 | ||
{A719CF0D-93E7-C213-7C7B-333A68E89E78}.Release|x64.Build.0 = Release|x64 | ||
{154B857C-0182-860D-AA6E-6C109684020F}.Debug|x64.ActiveCfg = Debug|x64 | ||
{154B857C-0182-860D-AA6E-6C109684020F}.Debug|x64.Build.0 = Debug|x64 | ||
{154B857C-0182-860D-AA6E-6C109684020F}.Release|x64.ActiveCfg = Release|x64 | ||
{154B857C-0182-860D-AA6E-6C109684020F}.Release|x64.Build.0 = Release|x64 | ||
{BDD6857C-A90D-870D-52FA-6C103E10030F}.Debug|x64.ActiveCfg = Debug|x64 | ||
{BDD6857C-A90D-870D-52FA-6C103E10030F}.Debug|x64.Build.0 = Debug|x64 | ||
{BDD6857C-A90D-870D-52FA-6C103E10030F}.Release|x64.ActiveCfg = Release|x64 | ||
{BDD6857C-A90D-870D-52FA-6C103E10030F}.Release|x64.Build.0 = Release|x64 | ||
{C0FF640D-2C14-8DBE-F595-301E616989EF}.Debug|x64.ActiveCfg = Debug|x64 | ||
{C0FF640D-2C14-8DBE-F595-301E616989EF}.Debug|x64.Build.0 = Debug|x64 | ||
{C0FF640D-2C14-8DBE-F595-301E616989EF}.Release|x64.ActiveCfg = Release|x64 | ||
{C0FF640D-2C14-8DBE-F595-301E616989EF}.Release|x64.Build.0 = Release|x64 | ||
{6D50644B-D966-62E1-22DE-ED028E333369}.Debug|x64.ActiveCfg = Debug|x64 | ||
{6D50644B-D966-62E1-22DE-ED028E333369}.Debug|x64.Build.0 = Debug|x64 | ||
{6D50644B-D966-62E1-22DE-ED028E333369}.Release|x64.ActiveCfg = Release|x64 | ||
{6D50644B-D966-62E1-22DE-ED028E333369}.Release|x64.Build.0 = Release|x64 | ||
{F7C69BFF-E393-F60A-0CAD-E4B2F8D82B99}.Debug|x64.ActiveCfg = Debug|x64 | ||
{F7C69BFF-E393-F60A-0CAD-E4B2F8D82B99}.Debug|x64.Build.0 = Debug|x64 | ||
{F7C69BFF-E393-F60A-0CAD-E4B2F8D82B99}.Release|x64.ActiveCfg = Release|x64 | ||
{F7C69BFF-E393-F60A-0CAD-E4B2F8D82B99}.Release|x64.Build.0 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
Oops, something went wrong.