a080f0608b
feat(ecs): add query filters (with/without) and system scheduler
...
- has_component<T> helper on World
- query_with/query_without for single component + filter
- query2_with/query2_without for 2-component + filter
- System trait with blanket impl for FnMut(&mut World)
- Ordered Scheduler (add/run_all)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 20:05:02 +09:00
1707728094
feat(ecs): add query3 and query4 for multi-component queries
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-25 18:19:50 +09:00
c24c60d080
feat(ecs): add scene serialization/deserialization (.vscn format)
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-24 20:21:11 +09:00
135364ca6d
feat(ecs): add WorldTransform propagation through parent-child hierarchy
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-24 20:20:46 +09:00
3e475c93dd
feat(ecs): add Parent/Children hierarchy with add_child, remove_child, despawn_recursive
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-24 20:19:28 +09:00
59753b2264
feat(ecs): add World with type-erased storage, queries, and Transform component
...
Implements Task 3 (World: spawn/despawn, add/get/remove components, query/query2
with type-erased HashMap<TypeId, Box<dyn ComponentStorage>>) and Task 4 (Transform:
position/rotation/scale with matrix() building T*RotY*RotX*RotZ*S). 25 tests pass.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-24 20:07:17 +09:00
2d64d226a2
feat(ecs): add voltex_ecs crate with Entity, EntityAllocator, and SparseSet
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-24 20:05:15 +09:00