Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hsluv/hsluv
Human-friendly HSL, website and math
https://github.com/hsluv/hsluv
color-palettes colors haxe hpluv hsluv website
Last synced: 16 days ago
JSON representation
Human-friendly HSL, website and math
- Host: GitHub
- URL: https://github.com/hsluv/hsluv
- Owner: hsluv
- License: mit
- Created: 2012-05-15T10:03:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-28T00:22:38.000Z (17 days ago)
- Last Synced: 2024-12-28T00:23:04.669Z (17 days ago)
- Topics: color-palettes, colors, haxe, hpluv, hsluv, website
- Language: Mustache
- Homepage: https://www.hsluv.org/
- Size: 7.57 MB
- Stars: 1,283
- Watchers: 36
- Forks: 55
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - hsluv - friendly HSL, reference implementation (revision 4) (Graphics)
README
[![CI](https://github.com/hsluv/hsluv/actions/workflows/ci.yml/badge.svg)](https://github.com/hsluv/hsluv/actions/workflows/ci.yml)
# HSLuv - Human-friendly HSL
This website is hosted on [https://www.hsluv.org](https://www.hsluv.org)
The reference implementation is [written in Haxe](https://github.com/hsluv/hsluv-haxe).
To build website:
```
npm run build
```To start localhost server:
```
npm run serve
```