Skip to content

Commit

Permalink
Merge pull request #13 from GuusKemperman/async-thumbnails
Browse files Browse the repository at this point in the history
Asset editor refactor
  • Loading branch information
GuusKemperman authored Aug 19, 2024
2 parents d17a6ba + 0d9f2ef commit c7a5807
Show file tree
Hide file tree
Showing 17 changed files with 563 additions and 682 deletions.
5 changes: 4 additions & 1 deletion Coral.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@
<ClCompile Include="Source\Components\Particles\ParticleUtilities.cpp" />
<ClCompile Include="Source\Core\Device.cpp" />
<ClCompile Include="Source\Core\ThreadPool.cpp" />
<ClCompile Include="Source\EditorSystems\AssetEditorSystems\AssetEditorSystem.cpp">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="Source\Platform\PC\Core\Renderer.cpp" />
<ClCompile Include="Source\Assets\Core\AssetHandle.cpp" />
<ClCompile Include="Source\Assets\Importers\AudioImporter.cpp">
Expand Down Expand Up @@ -1025,7 +1029,6 @@
<ClInclude Include="include\core\InputManager.h" />
<ClInclude Include="Include\Core\Device.h" />
<ClInclude Include="include\core\EngineSubsystem.h" />
<ClInclude Include="Include\Utilities\DoUndo.h" />
<ClInclude Include="Include\Utilities\FileFunctions.h" />
<ClInclude Include="Include\Utilities\Imgui\ImguiDragDrop.h" />
<ClInclude Include="Include\Utilities\Imgui\ImguiHelpers.h" />
Expand Down
Loading

0 comments on commit c7a5807

Please sign in to comment.