Skip to content
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

Create dynamic query/system example. #16

Open
rj00a opened this issue Feb 18, 2024 · 1 comment
Open

Create dynamic query/system example. #16

rj00a opened this issue Feb 18, 2024 · 1 comment

Comments

@rj00a
Copy link
Owner

rj00a commented Feb 18, 2024

Similar to https://github.com/bevyengine/bevy/blob/main/examples/ecs/dynamic.rs

@AsterixxxGallier
Copy link

I attempted to work on this issue, but evenio seems to not support dynamically inserting components into entities as of yet. The bevy example seems to rely on EntityWorldMut::insert_by_ids (that takes a bundle; insert_by_id is the single-component version and would also work). I couldn't find an equivalent function for inserting dynamic components in evenio. I assume this needs to be implemented first, before such an example can be written?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants