ecs-observable/src
hypercross 1c55485f9f feat: add world serialization support
Introduce `toJSON` and `fromJSON` methods to the `World` class to
allow saving and restoring world states. This requires components and
relationships to have human-readable names for stable serialization.
2026-05-31 16:10:19 +08:00
..
observable feat: add relationship support and observability 2026-05-31 15:54:21 +08:00
storage feat: implement core ECS engine with RxJS observability 2026-05-31 15:45:20 +08:00
component.ts feat: add world serialization support 2026-05-31 16:10:19 +08:00
entity.ts feat: implement core ECS engine with RxJS observability 2026-05-31 15:45:20 +08:00
index.ts feat: add world serialization support 2026-05-31 16:10:19 +08:00
query.ts feat: implement core ECS engine with RxJS observability 2026-05-31 15:45:20 +08:00
relationship.ts feat: add world serialization support 2026-05-31 16:10:19 +08:00
serialization.ts feat: add world serialization support 2026-05-31 16:10:19 +08:00
world.ts feat: add world serialization support 2026-05-31 16:10:19 +08:00