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

Separate worlds for logic and visuals #9

Open
qhdwight opened this issue May 3, 2022 · 0 comments
Open

Separate worlds for logic and visuals #9

qhdwight opened this issue May 3, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@qhdwight
Copy link
Owner

qhdwight commented May 3, 2022

Often times in multiplayer games we are displaying players that are different from the logical ones, usually due to interpolation or what not. Separating logic and visuals into two different worlds would make this way easier. It would also allow for easy demo viewing etc.

main ECS world (logic) ----extract----> visual ECS world ----extract-----> render world

@qhdwight qhdwight self-assigned this May 3, 2022
@qhdwight qhdwight added the enhancement New feature or request label Dec 15, 2022
@qhdwight qhdwight changed the title [multiplayer] Separate worlds for logic and visuals Separate worlds for logic and visuals Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant