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

Terrain Data Streaming #63

Open
sisby-folk opened this issue Dec 11, 2024 · 0 comments
Open

Terrain Data Streaming #63

sisby-folk opened this issue Dec 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sisby-folk
Copy link
Owner

sisby-folk commented Dec 11, 2024

In order to avoid memory requirements that scale linearly with map area explored, surveyor needs to be able to stream terrain data off of the disk and decompress it as needed by consumers (client sync requests, map mods, etc) instead of loading it all on world start.

This will require a rework of the API and events currently used for mapping.

Requires #23 implicitly, as the total number of loads would massively increase.

@sisby-folk sisby-folk added the enhancement New feature or request label Dec 11, 2024
@sisby-folk sisby-folk changed the title map data streaming Terrain Data Streaming Dec 11, 2024
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