fwcd / fwcd/mini-blocks

Add chunk-based world generation (and storage?)

Open
#11 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Swift
Stars
12
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Currently the world is generated on a strip-by-strip basis. This is mostly fine, but makes it hard to generate larger structures (generating trees are already a bit involved this way, since we have to check whether neighboring strips contain trees, thereby also increasing the performance cost).

It might be better if we not only render, but also generate and store the world in chunks.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.