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

Transition to Legion ECS #26

Closed
Uriopass opened this issue Aug 12, 2020 · 1 comment
Closed

Transition to Legion ECS #26

Uriopass opened this issue Aug 12, 2020 · 1 comment

Comments

@Uriopass
Copy link
Owner

Uriopass commented Aug 12, 2020

Legion looks like it has all the features I want and a very nice API:

  • Systems using proc macro makes for one line changes and easy par_iter
  • Any 'static + Send + Sync struct is a component
  • Archetypes
  • Parallel and batched queries
  • UUID for Entity Ids (easy serialization!)

I haven't see integrated event management like in bevy (Deleted, Modified)
but I've seen something like maybe_changed. Need to dig deeper.

@Uriopass Uriopass changed the title Transition to Bevy ECS Transition to Legion ECS Sep 7, 2020
@Uriopass
Copy link
Owner Author

Uriopass commented Sep 7, 2020

After the release of legion 0.3, I think it fits better my idea of a good ECS API than bevy and has some great performance looks.

@Uriopass Uriopass closed this as completed Sep 8, 2020
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

1 participant