forked from Misaki/GhostEngine
- Major optimization of Ghost.RenderGraph.Concept: pooled resources, zero-allocation hot paths, explicit queue types, and batch barrier APIs. - Migrated Ghost.DSL shader compiler to ANTLR4-based parser; removed hand-written parser, added grammar files and semantic model conversion. - Added CollectionPool/ListPool for pooled list management. - Updated documentation for new architecture and performance. - Removed Ghost.Shader.Concept (material/material system) from repo and solution. - README.md replaced with a brief project statement.
42 lines
1.6 KiB
Plaintext
42 lines
1.6 KiB
Plaintext
<Solution>
|
|
<Configurations>
|
|
<Platform Name="ARM64" />
|
|
<Platform Name="x64" />
|
|
<Platform Name="x86" />
|
|
</Configurations>
|
|
<Folder Name="/Editor/">
|
|
<Project Path="Ghost.Data/Ghost.Data.csproj" />
|
|
<Project Path="Ghost.Editor.Core/Ghost.Editor.Core.csproj" />
|
|
<Project Path="Ghost.Editor/Ghost.Editor.csproj">
|
|
<Platform Solution="*|ARM64" Project="ARM64" />
|
|
<Platform Solution="*|x64" Project="x64" />
|
|
<Platform Solution="*|x86" Project="x86" />
|
|
<Deploy />
|
|
</Project>
|
|
</Folder>
|
|
<Folder Name="/Library/">
|
|
<Project Path="Ghost.FMOD/Ghost.FMOD.csproj" />
|
|
<Project Path="Ghost.Zeux.MeshOptimizer/Ghost.Zeux.MeshOptimizer.csproj" />
|
|
</Folder>
|
|
<Folder Name="/Runtime/">
|
|
<Project Path="Ghost.Core/Ghost.Core.csproj" />
|
|
<Project Path="Ghost.Engine/Ghost.Engine.csproj" />
|
|
<Project Path="Ghost.Entities/Ghost.Entities.csproj" />
|
|
<Project Path="Ghost.Generator/Ghost.Generator.csproj" />
|
|
<Project Path="Ghost.Graphics/Ghost.Graphics.csproj" />
|
|
</Folder>
|
|
<Folder Name="/Test/">
|
|
<Project Path="Ghost.Entities.Test/Ghost.Entities.Test.csproj" />
|
|
<Project Path="Ghost.Graphics.Test/Ghost.Graphics.Test.csproj">
|
|
<Platform Solution="*|ARM64" Project="ARM64" />
|
|
<Platform Solution="*|x64" Project="x64" />
|
|
<Platform Solution="*|x86" Project="x86" />
|
|
<Deploy />
|
|
</Project>
|
|
<Project Path="Ghost.RenderGraph.Concept/Ghost.RenderGraph.Concept.csproj" />
|
|
<Project Path="Ghost.Shader.Test/Ghost.Shader.Test.csproj" />
|
|
<Project Path="Ghost.Test.Core/Ghost.Test.Core.csproj" />
|
|
</Folder>
|
|
<Project Path="Ghost.DSL/Ghost.DSL.csproj" />
|
|
</Solution>
|