Skip to content

techiew/ColorSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColorSort

This is a sorter made in p5.js that randomly generates a set of colors according to your settings and then sorts them based on your choices. You can test it out here: https://techiew.github.io/ColorSort/

quicksettings.js was used for the UI. The sorting algorithm I used is heapsort. Please note that this sorts based on RGB values, so that a color which is white (255, 255, 255) can be sorted next to something that is fully red (255, 0, 0) in the event that you sort by red.

Preview

About

A sorter that sorts colors in your browser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published