feat added working text renderer

This commit is contained in:
2025-07-14 23:44:36 +02:00
parent edc2372c96
commit 2375337bf2
70 changed files with 10533 additions and 262 deletions

View File

@ -63,6 +63,18 @@
<ClCompile Include="src\game\components\TextComponent.cpp">
<Filter>Quelldateien\game\components</Filter>
</ClCompile>
<ClCompile Include="src\game\systems\FontManager.hpp">
<Filter>Headerdateien\systems</Filter>
</ClCompile>
<ClCompile Include="src\game\systems\FontManager.cpp">
<Filter>Quelldateien\systems</Filter>
</ClCompile>
<ClCompile Include="src\game\systems\TextRenderer.hpp">
<Filter>Headerdateien\systems</Filter>
</ClCompile>
<ClCompile Include="src\games\systems\TextRenderer.cpp">
<Filter>Quelldateien\systems</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\core\Engine.hpp">
@ -86,5 +98,8 @@
<ClInclude Include="src\game\components\TransformComponent.hpp">
<Filter>Headerdateien\game\components</Filter>
</ClInclude>
<ClInclude Include="libs\stb_truetype.h">
<Filter>Headerdateien\systems</Filter>
</ClInclude>
</ItemGroup>
</Project>