Real time strategy game set in ancient history
Find a file
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
assets moved rendering to a system. 2025-03-29 16:15:56 +01:00
documentation added CONTRIBUTING documentation 2025-03-17 21:18:09 +01:00
ext/glfw remove unused opengl dependency 2025-03-16 17:35:48 +01:00
src moved rendering to a system. 2025-03-29 16:15:56 +01:00
.gitattributes fixed .gitattributes 2025-03-16 18:26:56 +01:00
.gitignore Added checking if our extensions are supported and make Renderer.destroy() not return an error 2025-03-16 23:21:44 +01:00
.gitmodules base code 2025-03-12 19:56:19 +01:00
build.zig moved rendering to a system. 2025-03-29 16:15:56 +01:00
build.zig.zon base code 2025-03-12 19:56:19 +01:00
LICENSE base code 2025-03-12 19:56:19 +01:00
MAINTAINERS added MAINTAINERS list 2025-03-17 21:17:54 +01:00
README.md Updated README.md 2025-03-13 16:15:18 +01:00

Sideros