feat: added basic window, input & drawing

This commit is contained in:
2026-01-28 22:38:17 +03:00
parent 18ac6b23fd
commit 129aae563e
12 changed files with 754 additions and 96 deletions

View File

@@ -10,6 +10,7 @@
<AssemblyName>MyUniverse</AssemblyName>
</PropertyGroup>
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationIcon>Icon.ico</ApplicationIcon>
</PropertyGroup>
@@ -28,6 +29,7 @@
<ItemGroup>
<PackageReference Include="nulastudio.NetBeauty" Version="2.1.5" />
<PackageReference Include="SDL3-CS" Version="3.3.7" />
<PackageReference Include="Silk.NET.OpenGL" Version="2.23.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../Engine/Engine.Integration/Engine.Integration.LiteNetLib/Engine.Integration.LiteNetLib.csproj" />