An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# coloursorting
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![GoDoc](https://godoc.org/github.com/zedseven/coloursorting?status.svg)](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/).