diff --git a/CHANGELOG.md b/CHANGELOG.md index 1336378..da9dd9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +## v1.1 - 1/1/2025 + +The 120-cell now includes a visualisation of its inscribed 5-cells, which honestly +looks like less of a mess than I expected it to. + ## v1.0 - 16/11/2025 It's been [two years](https://mikelynch.org/2023/Sep/02/120-cell/) since diff --git a/colours.js b/colours.js index f85f25a..7fda5d8 100644 --- a/colours.js +++ b/colours.js @@ -14,6 +14,7 @@ export const get_colours = (basis) => { const hsl = colours.map((c) => Color("#" + c).hsl()); const resaturated = hsl.map((hslc) => hslc.saturationl(saturation).rgbNumber()); resaturated.unshift(basis); + console.log(resaturated); return resaturated; } @@ -34,4 +35,4 @@ export const get_plain_colours = (basis) => { 0xff9900, 0x000000, ] -} \ No newline at end of file +} diff --git a/index.html b/index.html index 03e203b..0460f61 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,7 @@
-