From c1137f4da2e5df574273e2076e9379b4f2983948 Mon Sep 17 00:00:00 2001 From: Mike Lynch Date: Thu, 1 Jan 2026 18:24:55 +1100 Subject: [PATCH] Updated the CHANGELOG and release number --- CHANGELOG.md | 5 +++++ colours.js | 3 ++- index.html | 2 +- polytopes.js | 5 +++-- 4 files changed, 11 insertions(+), 4 deletions(-) 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 @@
-
release 1.0 | + diff --git a/polytopes.js b/polytopes.js index 9871375..8fc7669 100644 --- a/polytopes.js +++ b/polytopes.js @@ -465,8 +465,9 @@ export const cell120_inscribed = () => { description: `The 120-cell is the four-dimensional analogue of the dodecahedron, and consists of 120 dodecahedra joined at 720 faces, with three dodecahedra around each edge. It is dual to the 600-cell, - and five 600-cells can be inscribed in its vertices. Its 600 vertices - can also be divided between 120 5-cells.`, + and five 600-cells can be inscribed in its vertices. The converse + of this allows 120 5-cells (each of which has one vertex in each + of the 5 600-cells) to be inscribed in the 120-cell.`, } }