A project that can view any world files
- Create your own chunk data by implementing IChunk
- Create your own chunk loader by implementing IChunkLoader
- Create a tile ID to texture mapping by implementing ITileTextureResolver
- Set chunkLoader and textureResolver to your custom classes in Main.cpp
- Build