Commit graph

11 commits

Author SHA1 Message Date
fc0e63455b
test(ecs): fix a testcase
Some checks failed
continuous-integration/drone/push Build is failing
2025-10-08 06:50:13 +03:30
405c707e23
style: minor renames 2025-09-30 14:03:39 +03:30
21a82ff57d
tests: add names to all test suites 2025-09-30 06:44:09 +03:30
b6834310a7
feat(ecs): add convenient Entity class 2025-09-22 18:50:59 +03:30
85a1bbfcab
refactor: fix all clang-tidy diagnosis 2025-09-21 15:34:08 +03:30
04c2e59ada
fix(ecs): sparse_set not properly removing elements 2025-09-21 08:41:56 +03:30
21e7291189
feat(ecs): new (simple) implementation without entt 2025-09-20 15:39:18 +03:30
f47afbdbcc
chore: remove yaml-cpp as dependency 2025-09-19 09:40:26 +03:30
638a009047
refactor: surface, app, tests, ecs refactors
Some checks reported errors
continuous-integration/drone/push Build was killed
2025-07-28 20:45:24 +03:30
2b96a85b62
feat: systems
Some checks reported errors
continuous-integration/drone/push Build was killed
feat: surface system

This commit puts the project in major jeopardy as it overhauls the
architecture such as removing the layer stack completely, etc.

I am filled with determination.
2025-07-26 18:01:27 +03:30
cd886aa8c9
refactor: flatten directory structure
Some checks reported errors
continuous-integration/drone/push Build was killed
2025-07-20 04:46:15 +03:30