Hacker News new | ask | show | jobs
by boronine 1236 days ago
Maxima enabled me to make my color space [HSLuv](https://www.hsluv.org/). I encoded CIELUV <-> RGB transformation functions into Maxima, ran `solve` and converted the output back into code. It's great to be able to commit [Maxima code](https://github.com/hsluv/hsluv/tree/master/math) into your repository and not leave the math as an "exercise to the reader".
1 comments

That’s a really nice way to do it. Also, I really like HSVLuv; it’s a really nice idea.