A tool which shows roughly how a given image will look with different kinds of colour vision deficiency. https://cvd-simulator.think.somethingorotherwhatever.com
Find a file
Christian Lawson-Perfect e4ea0b0b99 First commit.
It filters the colours by doing matrix multiplication in JS on the pixel array. It could almost definitely be made faster using a WebGL shader.
2025-04-04 08:22:34 +00:00
.gitignore First commit. 2025-04-04 08:22:34 +00:00
clp-2023.jpg First commit. 2025-04-04 08:22:34 +00:00
colourful-monotiles.jpg First commit. 2025-04-04 08:22:34 +00:00
index.html First commit. 2025-04-04 08:22:34 +00:00
script.js First commit. 2025-04-04 08:22:34 +00:00
style.css First commit. 2025-04-04 08:22:34 +00:00