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

@@ -22,7 +22,6 @@ public interface IWindow : IBehaviour
WindowResizeMode ResizeMode { get; set; }
string Title { get; set; }
uint TargetFps { get; set; }
Vector2DInt Size { get; set; }
ColorRGB BackgroundColor { get; set; }