feather
feather copied to clipboard
Implement new custom ECS (WIP)
Status
- [ ] Ready
- [x] Development
- [ ] Hold
Description
Implements #402. Work in progress.
Progress
- [x] Spawn and despawn entities
- [x] Random component access
- [x] Static and dynamic queries
- [x] Handle
Dropcomponents - [x] Dynamic borrow checking and mutable component access
- [x] Pass all
hecstests with Miri - [x] Move system executor to new ECS
- [x] Switch to the new ECS in Feather (should be trivial; the API is almost the same as
hecs) - [ ] Integrate with
quill
I'm going to hold off on the new event handling system and the bundles discussed in #402 for another PR.
I updated the PR with a checklist of remaining work.
BUMP
Bump