-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
decide which ECS to use #350
Comments
Here is a list of some, that i found in a quick search. But i didn't take a close look yet. Parallel ones according to readme: Need to find out if they are Parallel or not: |
I'm also not completely against using bevy esp since I think they have an event feature (although it is unstable possibly?) |
also alternatively could try to improve |
we decided to use |
I think we should do a lot of research.
I like
evenio
but I think we might need a multi-threaded ECS at some point.At the same time we need to make sure it works properly. Often these ECSs have a lot of overhead.
look at valence-rs/valence#596
The text was updated successfully, but these errors were encountered: