Skip to content

Instantly share code, notes, and snippets.

@zicklag
Created August 12, 2020 23:42
Show Gist options
  • Save zicklag/03a4093900cd20469c7d5482890ad8df to your computer and use it in GitHub Desktop.
Save zicklag/03a4093900cd20469c7d5482890ad8df to your computer and use it in GitHub Desktop.
Bevy Dynamic Systems & Components Design Plan

Bevy Dynamic Systems & Components Design Plan

Design Changes

TypeId -> ComponentId

TypeId's ( which have some discussion about the formulation of which in this issue ) would need to become ComponentId's as they are ID's that must be unique to a specific component that may or may not be associated to a Rust type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment