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

WIP: Add Command Buffer to playback add/removal at chosen time #30

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

DavidPeicho
Copy link
Owner

This PR aims at adding deferred removal and addition of:

  • Entities
  • Components

How

For now, the implementation tries to avoid modifying the core (world / system). I believe it's possible to do so, but I think by bringing a small modification to some manager, I could give a nice little speed improvement to the playback.

Performance Impact

TODO

@DavidPeicho DavidPeicho linked an issue May 6, 2021 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

Command Buffer: delay removal of entity / component
1 participant