An open API service indexing awesome lists of open source software.

https://github.com/techno-coder/chunkviewer


https://github.com/techno-coder/chunkviewer

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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