If you want a name that's independant of time (as opposed to color animation) and independant of space (as opposed to gradient), we in the VFX-world would call this a color ramp editor. So maybe color_ramp?
@GarrethandPipa Жыл бұрын
at this point I have been programming for 45 years by the time I got to college I CLEP'd out of every computer class I needed for my minor. I got out into the real world worked as a commercial artist for 6 months.... solved a programming issue that saved the company about 4 million I have been a programmer ever since. By the time I felt that my education was lacking in the field in 5 or 6 years I was so far beyond the professors in a practical sense sure they could teach whatever they thought was important but solving complex problems and fixing bugs they were amateurish.
@slothchunk Жыл бұрын
remember that time when emacs almost fucking died when we pasted 16MB of text and tried to go up a line? this will be really funny looking back. really really funny.
@debugger469310 ай бұрын
Your skill is admirable, but any UI you can think of can probably be done easier and better in html and css. This was already solved by thousands of engineers who developed web standards (and browsers) during decades free for everyone. Could you not leverage an existing html renderer or similar to display menus, buttons and those kinds of things? I can only imagine how hard it must be to implement all that by yourself.
@ssmith50489 ай бұрын
You are joking right? -better in css and html? ffs...did you happen to notice the language he is coding this in? He wrote the language and compiler and 've seen him compile and build large programs on his streams in less time than the shitty products these thousands of web people you mention wrote. - I think it a far stretch to call them engineers.
@FewKinG2 ай бұрын
Hey @jblow888, since you took all the effort to be precise, in linear_srgb_to_oklab, in the returned vector, 3rd component, first coefficient, you dropped one digit too much for float32. Or am I wrong here? Btw, I appreciate your thoughtful approach to communication and your strive for excellence, it's very inspiring. Thank you and best of luck!