Kenneth Lim
Kenneth Lim
Now that I had some time to think about it, here's what I propose. `p5.Color` should have a standardized way to represent colors externally, eg. as CSS string or some...
CSS color string have quite wide support and is about as wide a support as I would like to see `p5.Color` implement by default so that is one place to...
> I guess the thing I'm getting at in terms of a common format is whether we can make it so the renderer doesn't need to know how to handle...
@davepagurek It's definitely interesting and I'll look into it, although from what I can see from a glance, it does not support CIE spaces (by design) and as such don't...
Some quick tests seems to point to texel color adding about 10kb to the dependencies (only supporting sRGB, OKHSL, OKHSV, additional ones probably won't add too much) which is a...
When an image is rotated for say 45 degrees, what should the bounding box be? Does the bounding box rotate along with the image? Or does the bounding box expand...
This is more or less intended behavior documented and I'm not keen to change the behavior. There is probably room to have better support for simultaneous mouse button presses as...
@diyaayay Would the proposed approach means that if there are only `pointerdown` event but not `pointermove`, pressing down on left mouse button followed by right mouse button without releasing the...
I'm gauging interest and potential problems of this feature with this issue so I'm not looking for someone in particular to implement this as I have a pretty good idea...
Just to mention, we may need to take into account hyphenated word break or quite often justified text would look quite weird with large gaps between words or characters. That...