From 3b01a3a4ce6c020f8e063832da7d7b069c6c31d6 Mon Sep 17 00:00:00 2001 From: Lorenzo Torres Date: Sat, 2 Aug 2025 16:06:54 +0200 Subject: [PATCH] Removed window system from TODO --- documentation/TODO | 5 ----- 1 file changed, 5 deletions(-) diff --git a/documentation/TODO b/documentation/TODO index e4d5295..a15cadf 100644 --- a/documentation/TODO +++ b/documentation/TODO @@ -20,11 +20,6 @@ Zig has built-in unit testing which should be used to verify that everything is 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: