LiBPoV—Luanti Biome Point Visualizer
LiBPoV is a tool for people who develop games and mods for a Luanti. It allows them to visualize the heat and humidity points of biomes, making it easier to edit them. It is a webpage using JavaScript. A manual is included.
Use LiBPoV in your browser now!
If you want to use it locally instead, simply open index.html
in your browser.
Read the online LiBPoV manual.
If you want to read the manual locally instead, open manual.html
in your browser.
Features
- Add the heat and humidity points of biomes
- Visualize the biomes on a [https://en.wikipedia.org/wiki/Voronoi_diagram](Voronoi diagram)
- Show biomes for given world coordinates only
- Modify the noise parameters of the heat and humidity Perlin noises used by the mapgen
- Visualize the biomes of the v6 mapgen in a special diagram
- Export to Lua, JSON and Amidst for Minetest biome profiles
- Import from JSON
See also
You may also check out the Luanti mod libpov_biome_exporter
, which acts as a companion to LiBPoV. This allows you to export biomes from an existing Luanti game as JSON so you can import them into LiBPoV for editing. Refer to the README file of that mod for details.
Credits
See LICENSE.md
.
Description
Languages
JavaScript
82.4%
HTML
15.4%
CSS
2.2%