Reduce boilerplates and improve ergonomics #15
Multirious
started this conversation in
General
Replies: 4 comments 22 replies
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently the core APIs is designed around ECS so we can't do anything about it. Using
commands.spawn()
purely would be an ergonomics hell for complex animations. We can mitigate this by using builders, shortcuts, and helpers which is implemented in the crate. I'd like to discuss further and gather up ideas to improve this through this discussion, join in if you have any ideas or extra information!Beta Was this translation helpful? Give feedback.
All reactions