Techno-coder / ChunkViewer

Repository from Github https://github.comTechno-coder/ChunkViewerRepository from Github https://github.comTechno-coder/ChunkViewer

ChunkViewer

A project that can view any world files

  1. Create your own chunk data by implementing IChunk
  2. Create your own chunk loader by implementing IChunkLoader
  3. Create a tile ID to texture mapping by implementing ITileTextureResolver
  4. Set chunkLoader and textureResolver to your custom classes in Main.cpp
  5. Build

About


Languages

Language:CMake 78.2%Language:C++ 21.8%