https://github.com/zedseven/coloursorting
A simple Go package for sorting a slice of colours in a visually pleasing way.
https://github.com/zedseven/coloursorting
color-science colour-science sorting sorting-algorithms sorting-algorithms-implemented
Last synced: 8 months ago
JSON representation
A simple Go package for sorting a slice of colours in a visually pleasing way.
- Host: GitHub
- URL: https://github.com/zedseven/coloursorting
- Owner: zedseven
- License: mit
- Created: 2020-03-17T10:54:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T09:28:00.000Z (over 5 years ago)
- Last Synced: 2025-01-17T05:09:13.071Z (10 months ago)
- Topics: color-science, colour-science, sorting, sorting-algorithms, sorting-algorithms-implemented
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coloursorting
[](https://opensource.org/licenses/MIT) [](https://godoc.org/github.com/zedseven/coloursorting)
A simple Go package for sorting a slice of colours in a visually pleasing way.
A large part of the credit goes to [Alan Zucconi's colour sorting blog post](https://www.alanzucconi.com/2015/09/30/colour-sorting/).