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.
This commit is contained in:
Christian Lawson-Perfect 2025-04-04 08:21:57 +00:00
commit e4ea0b0b99
6 changed files with 183 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.make.*