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: 2 months 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 (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-12-28T00:28:21.000Z (4 months ago)
- Last Synced: 2025-02-10T02:47:56.833Z (2 months ago)
- Topics: color-palettes, colors, haxe, hpluv, hsluv, website
- Language: Mustache
- Homepage: https://www.hsluv.org/
- Size: 7.62 MB
- Stars: 1,288
- Watchers: 37
- 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
[](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
```