Update README.md

master
pauldpickell 2021-11-19 21:03:12 -08:00 committed by GitHub
parent a1a2e87c24
commit de48da41ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 40 additions and 1 deletions

View File

@ -1,2 +1,41 @@
# colorbrewer4minetest
colorbrewer palettes implemented in Minetest
A mod for implementing Prof. Cynthia Brewer's [colorbrewer palettes](https://github.com/axismaps/colorbrewer/) in Minetest for cartography.
## Credit
The colorbrewer palettes were created by Prof. Cynthia Brewer at Pennsylvannia State University and licensed under an Aphache License 2.0.
[Prof. Paul Pickell](https://github.com/pauldpickell) (University of British Columbia) implemented the palettes in 8-bit (256 colors) as an installedable mod for Minetest.
## Install the palletes
Unpackage the `colorbrewer` folder into your mod directory, located whereever you installed Minetest.
Once installed and activated, the blocks may be called in game through `/giveme colorbrewer:Greens_128` where `Greens` is the name of the palette that you want to use and the numerical value indicates the color level where `1` is the minimum at one end of the color palette, `128` is the middle color, and `256 is the maximum at the other end of the color palette. Although you can call any 8-bit hue, these palettes are meant to be used together with the [csv2terrain](https://github.com/pauldpickell/csv2terrain) mod to map colors to elevations.
## Screenshots
![](/colorbrewer/colorbrewer_BrBG.png)
![](/colorbrewer/colorbrewer_PiYG.png)
![](/colorbrewer/colorbrewer_PRGn.png)
![](/colorbrewer/colorbrewer_PuOr.png)
![](/colorbrewer/colorbrewer_RdBu.png)
![](/colorbrewer/colorbrewer_RdGy.png)
![](/colorbrewer/colorbrewer_RdYlBu.png)
![](/colorbrewer/colorbrewer_RdYlGn.png)
![](/colorbrewer/colorbrewer_Spectral.png)
![](/colorbrewer/colorbrewer_Blues.png)
![](/colorbrewer/colorbrewer_BuGn.png)
![](/colorbrewer/colorbrewer_BuPu.png)
![](/colorbrewer/colorbrewer_GnBu.png)
![](/colorbrewer/colorbrewer_Greens.png)
![](/colorbrewer/colorbrewer_Greys.png)
![](/colorbrewer/colorbrewer_Oranges.png)
![](/colorbrewer/colorbrewer_OrRd.png)
![](/colorbrewer/colorbrewer_PuBu.png)
![](/colorbrewer/colorbrewer_PuBuGn.png)
![](/colorbrewer/colorbrewer_PuRd.png)
![](/colorbrewer/colorbrewer_Purples.png)
![](/colorbrewer/colorbrewer_RdPu.png)
![](/colorbrewer/colorbrewer_Reds.png)
![](/colorbrewer/colorbrewer_YlGn.png)
![](/colorbrewer/colorbrewer_YlGnBu.png)
![](/colorbrewer/colorbrewer_YlOrBr.png)
![](/colorbrewer/colorbrewer_YlOrRd.png)