Go to file
pauldpickell 4683ccefaf
Update README.md
2021-11-21 12:55:22 -08:00
textures restructed to root 2021-11-21 12:35:30 -08:00
LICENSE Initial commit 2021-11-19 20:41:02 -08:00
README.md Update README.md 2021-11-21 12:55:22 -08:00
colorbrewer_Blues.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_BrBG.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_BuGn.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_BuPu.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_GnBu.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_Greens.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_Greys.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_OrRd.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_Oranges.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_PRGn.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_PiYG.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_PuBu.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_PuBuGn.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_PuOr.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_PuRd.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_Purples.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_RdBu.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_RdGy.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_RdPu.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_RdYlBu.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_RdYlGn.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_Reds.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_Spectral.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_YlGn.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_YlGnBu.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_YlOrBr.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_YlOrRd.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_screenshot.png restructed to root 2021-11-21 12:35:30 -08:00
colorbrewer_screenshot2.png restructed to root 2021-11-21 12:35:30 -08:00
init.lua restructed to root 2021-11-21 12:35:30 -08:00

README.md

colorbrewer4minetest

A mod for implementing Prof. Cynthia Brewer's colorbrewer palettes 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 (University of British Columbia) implemented the palettes in 8-bit (256 colors) as an installable mod for Minetest.

Install the palletes

Unpackage the colorbrewer folder into your mod directory, located where ever you installed Minetest.

Use

colorbrewer4minetest utilizes hardware coloring and supports passing a param2 value to a colorbrewer node. As of v1.0.0, the mod only registers the 27 colorbrewer palettes, which may be used by other mods.

Registered itemstrings below:

  • colorbrewer:BrBG
  • colorbrewer:PiYG
  • colorbrewer:PRGn
  • colorbrewer:PuOr
  • colorbrewer:RdBu
  • colorbrewer:RdGy
  • colorbrewer:RdYlBu
  • colorbrewer:RdYlGn
  • colorbrewer:Spectral
  • colorbrewer:Blues
  • colorbrewer:BuGn
  • colorbrewer:BuPu
  • colorbrewer:GnBu
  • colorbrewer:Greens
  • colorbrewer:Greys
  • colorbrewer:Oranges
  • colorbrewer:OrRd
  • colorbrewer:PuBu
  • colorbrewer:PuBuGn
  • colorbrewer:PuRd
  • colorbrewer:Purples
  • colorbrewer:RdPu
  • colorbrewer:Reds
  • colorbrewer:YlGn
  • colorbrewer:YlGnBu
  • colorbrewer:YlOrBr
  • colorbrewer:YlOrRd

Screenshots of Palettes

Screenshots of Sine Function