←back to thread

634 points david927 | 1 comments | | HN request time: 0.255s | source

What are you working on? Any new ideas that you're thinking about?
1. rikroots ◴[] No.41345747[source]
Thank you for asking! Excitingly, I'm working on maintaining and improving my canvas library. Which is not news because I spend much of my spare time doing this exact same work.

However for this months work, I'm adding new stuff to the library - specifically some new OKLAB/OKLCH filters: something I don't think other canvas libraries have yet got around to considering[1]. And this weekend (a 3 day weekend in the UK) I'm spending time fixing the horror-show code for the reduce-palette (dither) filter[2] to see if I can get it to work just a little bit faster ...

(Fans of small PRs should definitely not click on these links)

[1] - https://github.com/KaliedaRik/Scrawl-canvas/pull/94

[2] - https://github.com/KaliedaRik/Scrawl-canvas/pull/96