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

The Framerate of the game drops tremendously as the number of chunks increases. #67

Closed
N3RDIUM opened this issue Aug 13, 2022 · 1 comment
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed Priority 1 Very important

Comments

@N3RDIUM
Copy link
Owner

N3RDIUM commented Aug 13, 2022

The game's framerate deteriorates as we go further exploring the world.

Steps to reproduce the behavior:

  1. Run the game
  2. Move around a lot in one direction, allow many chunks to form.

Expected behavior
The game should run smoothly even when we go further into the world.

Solution
We need to remove chunks which are too far away from the memory, maybe even create a separate renderer for each chunk.

@N3RDIUM N3RDIUM added bug Something isn't working help wanted Extra attention is needed Priority 1 Very important labels Aug 13, 2022
@N3RDIUM N3RDIUM added this to the Efficient INFGEN milestone Aug 13, 2022
@N3RDIUM
Copy link
Owner Author

N3RDIUM commented Dec 4, 2022

The issue has been resolved!

@N3RDIUM N3RDIUM closed this as completed Dec 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed Priority 1 Very important
Projects
None yet
Development

No branches or pull requests

6 participants