https://github.com/techno-coder/chunkviewer
https://github.com/techno-coder/chunkviewer
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/techno-coder/chunkviewer
- Owner: Techno-coder
- Created: 2017-05-20T01:58:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-20T02:01:50.000Z (over 8 years ago)
- Last Synced: 2025-02-08T18:12:39.623Z (10 months ago)
- Language: CMake
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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