TodePond / Habitat

my javascript helpers
MIT License
45 stars 5 forks source link

Make `colour.js` quicker + simpler + not reliant on canvas #30

Closed TodePond closed 2 years ago

TodePond commented 2 years ago

It would be handy to have a version of Colour.make that doesn't do all the heavyweight calculations of the current one. Sometimes you wanna make colours on the fly, and the current one is very slow.

TodePond commented 2 years ago

Just redo the whole thing!

TodePond commented 2 years ago

This is done now in the new branch: https://github.com/TodePond/Habitat/blob/simplified-build/source/colour.js