cuberite/Tools/GrownBiomeGenVisualiser
Mattes D c9522fb740 Removed all Printf-family functions from StringUtils.
Replaced them with fmt::format calls, including changes to the format strings. Also changed the format strings to use FMT_STRING, so that the format is checked compile-time against the arguments.
Also fixed code-style violations already present in the code.
2023-05-16 23:50:37 +02:00
..
.gitignore Added GrownBiomeGenVisualiser. 2016-05-29 19:12:47 +02:00
CMakeLists.txt Address comments 2020-07-12 22:00:07 +01:00
Globals.cpp Added GrownBiomeGenVisualiser. 2016-05-29 19:12:47 +02:00
Globals.h Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885) 2020-09-25 09:13:59 +00:00
GrownBiomeGenVisualiser.cpp Removed all Printf-family functions from StringUtils. 2023-05-16 23:50:37 +02:00
README.md Added GrownBiomeGenVisualiser. 2016-05-29 19:12:47 +02:00

GrownBiomeGenVisualiser

This project aims to provide the visualisation of "Grown" biome generator used in Cuberite. It uses the generator to generate several bitmaps showcasing the generator; these images are then used in the generator documentation ($/docs/Generator.html)