Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pzingg/munsell
Experimenting with different WebGL based visualizations of Munsell color space
https://github.com/pzingg/munsell
color colorspace elm webgl
Last synced: 9 days ago
JSON representation
Experimenting with different WebGL based visualizations of Munsell color space
- Host: GitHub
- URL: https://github.com/pzingg/munsell
- Owner: pzingg
- Created: 2018-03-29T18:37:05.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T20:15:33.000Z (over 2 years ago)
- Last Synced: 2023-04-11T03:42:47.541Z (almost 2 years ago)
- Topics: color, colorspace, elm, webgl
- Language: Elm
- Size: 9.93 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# munsell
Various projects related to the Munsell color system.
See the README files in each project for more details.
- `color_space` is an Elm / WebGL application to visualize the
Munsell color as a sphere that you can move around.- `color_book` is a Python 3 script to print out a facsimile of the
Munsell Color Book, using RGB data from RIT.- `palette_page` is a Python 3 script to print out color swatches
for a collection of colors you might have on a palette.- `utilities` contains Python 3 scripts that write out color
information to standard output or to CSV files that are formatted
with data columns that are similar to the PastelData.xls file on
Paul Centore's website at
https://www.munsellcolourscienceforpainters.com/ColourAnalysisOfPastels/ColourAnalysisOfPastels.html- `artpaints_spider` is a Python 3 web crawler that downloads data on
artist colors from the http://art-paints.com website that can
be consumed by scripts in `utilities`.- `colorwell_spider` is a Python 3 web crawler that downloads data
on oil colors from the https://colorwell.org website to a CSV file with
data columns similar to the PastelData.xls file.