Commit graph

6 commits

Author SHA1 Message Date
Lorenzo Torres
16a2a40418 moved rendering to a system.
To ensure that the rendering system is being run in the main thread, I
added the concept of "Sync systems", so that when a system group is
created it's possible to specify whether it's possible to run it on a
separate thread or not.
2025-03-29 16:15:56 +01:00
Lorenzo Torres
fd7973173f Added cursor input management 2025-03-29 14:51:31 +01:00
Lorenzo Torres
3bd394d6bc fix Window.zig 2025-03-28 19:58:39 +01:00
Lorenzo Torres
536c927613 Made ECS a separate module and implemented basic input handling. 2025-03-28 19:53:56 +01:00
Lorenzo Torres
64c9d32905 fix poll events for window module 2025-03-28 16:01:30 +01:00
Lorenzo Torres
1730f1e298 Made Renderer a separate module 2025-03-27 21:42:46 +01:00