Removed window system from TODO

This commit is contained in:
Lorenzo Torres 2025-08-02 16:06:54 +02:00
parent 89a7097d69
commit 3b01a3a4ce

View file

@ -20,11 +20,6 @@ Zig has built-in unit testing which should be used to verify that everything is
MEDIUM: MEDIUM:
- Implement internal windowing system:
The engine now uses GLFW to interface with the user's windowing system. But GLFW lacks flexibility and thus it might be better
to implement an internal abstraction to create windows and receive input, based on xcb for X11, wayland-client for Wayland,
Cocoa for MacOS and win32 for Windows.
HARD: HARD: