Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-18 | Organize World Gen Stuff | dusoleil | 1 | -0/+0 | |
2022-09-18 | Add ChunkLoader to World Generation | dusoleil | 1 | -0/+6 | |
Break up world gen into chunk and offload generating them to a Chunk Loader. The World figures out which chunks should be loaded and gives this to the Chunk Loader. The Chunk Loader frees any chunks out of render distance. It also picks an unloaded chunk and gives it to a worker thread to generate it. |