MinedMap
MinedMap copied to clipboard
Minecraft map renderer and viewer
Recently I started experimenting with generating maps for other dimensions using MinedMap. It works perfectly and the software is able to generate the tiles for each dimension! I was surprised...
Very simple, but working region rendering parallelism, driven by ctpl library. Renderer took number of cores by `std::threads::hardware_concurrency()` and creates thread pool. Speed of big worlds rendering dramatically increased
### Feature request: Altitude display (suggested by @phoenix84pl) - Add an additional layer for better altitude display - We already use the altitude (height of land blocks, depth for water)...
Getting MinedMap to run can be a bit confusing when you're not familiar with the tool yet. There should be step-by-step instructions in the README. #38 would make getting started...
For easier usage, there should be a standalone mode that builds a web server and the viewer directly into the map generator. This could be combined with a file watch...
### Feature request: Show markers for open nether portals on the map (suggested by @phoenix84pl)
Feature request: Allow loading biomes from datapacks to support custom biomes
Hi, Is it conceiveable to mark the location of tracks and/or torches on the map? This would allow to draw the schematic of underground rail.
Hi! I am glad that you added signs as we talked before, but I cannot make it work (I have newest version 2.2.0). I use this command and it generates...
Over the years I have built a few scripts that update MinedMap tiles with additional information. They work OK at a single tile level, zooming in, but updating higher level...