Get the latest tech news
Procedural Island Generation (VI)
Wrapping CartoKit with the baked terrain output, the egui viewer, and the GLB/image export helpers.
Tags every face with average elevation, a TerrainType(land vs. ocean), and the coarse BiomeType classification introduced in Part V. Marks edges as regular, coastline, or river and stores river-flow magnitudes when a RiverSystem is present. Display modes cover the full pipeline: seed classification, mesh structure, mountain distance fields, rainfall, humidity, river diagnostics, biome colours, and the final shaded map. For animated parameter studies, examples/viewer/gif_export.rs converts a list of pre-rendered frames into a looping GIF, with options for downsampling, FPS, and output directory naming.
Or read this on Hacker News