Go to file
hypercross 32f8f29912 feat: add relationship support and observability
Introduces relationship management to the World, including
storage for forward and reverse relationships. Adds new observable
events and a `RelationshipUpdate` stream to track when relationships
are added or removed.
2026-05-31 15:54:21 +08:00
src feat: add relationship support and observability 2026-05-31 15:54:21 +08:00
test test: add vitest and implement unit tests 2026-05-31 15:47:19 +08:00
.gitignore feat: implement core ECS engine with RxJS observability 2026-05-31 15:45:20 +08:00
package-lock.json test: add vitest and implement unit tests 2026-05-31 15:47:19 +08:00
package.json test: add vitest and implement unit tests 2026-05-31 15:47:19 +08:00
tsconfig.json feat: implement core ECS engine with RxJS observability 2026-05-31 15:45:20 +08:00
tsup.config.ts feat: implement core ECS engine with RxJS observability 2026-05-31 15:45:20 +08:00
vitest.config.ts test: add vitest and implement unit tests 2026-05-31 15:47:19 +08:00