implement infinite worlds with threaded chunk generation

This commit is contained in:
Alex Zenla
2024-09-03 09:18:35 -04:00
parent 6f985ce1c9
commit 5e40e12c8b
7 changed files with 133 additions and 18 deletions

View File

@ -53,6 +53,7 @@ add_executable(Voxelotl MACOSX_BUNDLE
# Game logic classes
Chunk.swift
ChunkGeneration.swift
WorldGenerator.swift
CubeMeshBuilder.swift
ChunkMeshBuilder.swift