sideros/src
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
..
ecs moved rendering to a system. 2025-03-29 16:15:56 +01:00
mods Modified how exports work and fixed memory leaks. 2025-04-04 18:34:58 +02:00
renderer moved rendering to a system. 2025-03-29 16:15:56 +01:00
assets.zig base code 2025-03-12 19:56:19 +01:00
Input.zig Added cursor input management 2025-03-29 14:51:31 +01:00
main.zig Modified how exports work and fixed memory leaks. 2025-04-04 18:34:58 +02:00
math.zig base code 2025-03-12 19:56:19 +01:00
sideros.zig Made ECS a separate module and implemented basic input handling. 2025-03-28 19:53:56 +01:00