Observable ECS for Godot / Unity ?
Go to file
hypercross df388ee9b3 refactor: remove QueryDescriptor from ISystem interface
Remove the mandatory Query property from the ISystem interface,
allowing systems to manage their own queries locally or via other
means. Update all implementing systems and tests to use local
query descriptors instead.
2026-07-18 22:22:52 +08:00
docs docs: update API surface documentation 2026-07-18 21:59:09 +08:00
examples/TicTacToe refactor: remove QueryDescriptor from ISystem interface 2026-07-18 22:22:52 +08:00
src/OECS refactor: remove QueryDescriptor from ISystem interface 2026-07-18 22:22:52 +08:00
tests/OECS.Tests refactor: remove QueryDescriptor from ISystem interface 2026-07-18 22:22:52 +08:00
.gitignore feat: initialize OECS project structure 2026-07-18 19:03:37 +08:00
OECS.sln feat: initialize OECS project structure 2026-07-18 19:03:37 +08:00
design.md docs: add ADR-012 and MessagePack serialization guidelines 2026-07-18 19:07:22 +08:00