Commit graph

18 commits

Author SHA1 Message Date
8b98768539
docs(ecs): add some docs 2025-09-21 09:48:40 +03:30
9267214300
docs(ecs): fix typo 2025-09-21 09:47:13 +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
0c35c13ac1
chore: remove entt as dependency 2025-09-20 15:36:15 +03:30
f47afbdbcc
chore: remove yaml-cpp as dependency 2025-09-19 09:40:26 +03:30
9e6300f1aa
chore(ecs): remove input as dependency 2025-09-18 19:17:39 +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
f9ce347ca0
feat: initial math module implementation
refactor: replace glm with built-in math library
2025-07-17 10:44:00 +03:30
5f1c65d72d
fix: conflicting declaration build error from gcc
Some checks failed
continuous-integration/drone/pr Build is failing
2025-07-16 11:41:16 +03:30
c96eeecfe6
style: fix clang-format from Windows
All checks were successful
continuous-integration/drone/push Build is passing
2025-07-12 19:24:11 +03:30
933ac514a0
build: fix build on Windows using msvc compiler
Some checks failed
continuous-integration/drone/push Build is failing
2025-07-12 14:40:10 +03:30
f2c692a118
style: apply clang-format v20
All checks were successful
continuous-integration/drone/push Build is passing
2025-07-11 14:05:59 +03:30
e86f83fff1
refactor: move serializer from engine to ecs 2025-07-11 02:18:27 +03:30
0f3639e401
refactor: renamed lt_assert to ensure 2025-07-11 02:12:55 +03:30
03e8e11111
refactor: extract ecs out of engine 2025-07-11 01:16:52 +03:30