29 lines
1.5 KiB
Markdown
29 lines
1.5 KiB
Markdown
# LiBPoV—Luanti Biome Point Visualizer
|
|
|
|
LiBPoV is a tool for people who develop games and mods for a [Luanti](https://luanti.org). 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!](https://wuzzy.codeberg.page/LiBPoV/)
|
|
|
|
If you want to use it locally instead, simply open `index.html` in your browser.
|
|
|
|
[Read the online LiBPoV manual.](https://wuzzy.codeberg.page/LiBPoV/manual.html)
|
|
|
|
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, LiBPoV JSON and *Amidst for Minetest* biome profiles
|
|
* **Import** from LiBPoV JSON and *Amidst for Minetest* biome profiles
|
|
|
|
## See also
|
|
|
|
You may also check out the Luanti mod [`libpov_biome_exporter`](https://codeberg.org/Wuzzy/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`.
|