Real time strategy game set in ancient history
Find a file
Ernesto Lanchares 25e51f9aea Modified how exports work and fixed memory leaks.
Now exports are already defined by the mods api
(something like preinit, init, preframe,
postframe, deinit should be enough functions). At
the moment we only support preinit function.
2025-04-04 18:34:58 +02: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 Modified how exports work and fixed memory leaks. 2025-04-04 18:34:58 +02: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