-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TODO/New features #9
Comments
This sounds a bit like a path to the ECS "generalization" as outlined in https://ajmmertens.medium.com/why-vanilla-ecs-is-not-enough-d7ed4e3bebe5 (which I'd everybody interested in ECS to read and at best also to follow 😉). |
Btw. there are some thoughts about merging ECS (i.e. a strictly synchronous architecture) with an asynchronous architecture in Pauan/rust-signals#31 (reply in thread) . If you find you have some spare time to explore that area, that'd be awesome. So far the best candidate for testing such merger seems an ECS UI (like traffaillac/traffaillac.github.io#1 ). |
Hey, nice little blogpost. I must say many of the things that he's alluding to I also ran into and agree with. Some comments:
If you have some concrete thoughts about how to design some of these features, especially the |
Right now not though I'd like to devote some time to think it through and if anything good comes to my mind, I'll try to explain it here 😉 (I'll probably start by exploration of |
This issue is partly to group some todo's, partly to engage in a discussion on design for certain features, since they might influence many things in the future.
Entity
that would work with a certainSystem
, is there an elegant way to formalize this somehow?The text was updated successfully, but these errors were encountered: