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

Infinite Universe #57

Closed
AnthonyTornetta opened this issue Feb 9, 2023 · 1 comment · Fixed by #58
Closed

Infinite Universe #57

AnthonyTornetta opened this issue Feb 9, 2023 · 1 comment · Fixed by #58
Assignees
Labels
feature It's an upcoming feature in progress The issue is currently being worked on
Milestone

Comments

@AnthonyTornetta
Copy link
Owner

AnthonyTornetta commented Feb 9, 2023

AC

A player should be able to travel a near infinite distance in any direction without it degrading performance & correctness noticeably.

How?

  • Each player will have their own physics world
    • If a player is within 1500 5000 blocks of another player, they will join that player's world
    • If a player becomes 2000 5000 blocks from another player, they will leave that player's world and get their own
    • Any non-player object will pick the closest world to join
@AnthonyTornetta AnthonyTornetta added feature It's an upcoming feature in progress The issue is currently being worked on labels Feb 9, 2023
@AnthonyTornetta AnthonyTornetta added this to the 0.0.3a milestone Feb 9, 2023
@AnthonyTornetta AnthonyTornetta self-assigned this Feb 9, 2023
@github-project-automation github-project-automation bot moved this to 🆕 New in Cosmos Release Feb 9, 2023
@AnthonyTornetta AnthonyTornetta moved this from 🆕 New to 🏗 In progress in Cosmos Release Feb 9, 2023
@AnthonyTornetta
Copy link
Owner Author

Depends on dimforge/bevy_rapier#328

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature It's an upcoming feature in progress The issue is currently being worked on
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant