SkillAgentSearch skills...

ColorSort

A sorter that sorts colors in your browser.

Install / Use

/learn @techiew/ColorSort
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated3y ago
Forks0

Languages

JavaScript

Security Score

60/100

Audited on Nov 15, 2022

No findings