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

@ -132,12 +132,17 @@
<ClCompile Include="src\core\Engine.cpp" />
<ClCompile Include="src\core\Logger.cpp" />
<ClCompile Include="src\core\WindowManager.cpp" />
<ClCompile Include="src\games\systems\TextRenderer.cpp" />
<ClCompile Include="src\game\components\TextComponent.cpp" />
<ClCompile Include="src\game\systems\FontManager.cpp" />
<ClCompile Include="src\game\systems\FontManager.hpp" />
<ClCompile Include="src\game\systems\TextRenderer.hpp" />
<ClCompile Include="src\main.cpp" />
<ClCompile Include="src\systems\Renderer.cpp" />
<ClCompile Include="src\systems\Renderer.hpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="libs\stb_truetype.h" />
<ClInclude Include="src\core\Engine.hpp" />
<ClInclude Include="src\core\Logger.hpp" />
<ClInclude Include="src\core\WindowManager.hpp" />