Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-28 | the ECS is now using a more data oriented approach. | Lorenzo Torres | |
By defining archetypes using SOAs (Zig has this data structure in `std`, called std.MultiArrayList), the engine can iterate faster over commonly defined entities avoiding cache misses since each component is aligned with other components of the same entity. | |||
2025-03-20 | preliminary work on ecs | Lorenzo Torres | |
2025-03-17 | Refactored source code structure. | Lorenzo Torres | |
2025-03-16 | fixed spacing issues in `documentation/design.md` | Lorenzo Torres | |