Andrew Pouliot
Andrew Pouliot
@larsonjj you mentioned you tried something with `try {}` here? I think we need to pass a pointer that gets filled with an `NSError` object according to normal cocoa conventions....
Does the layer have a non-zero frame? Seems like there is some relevant code missing here.
@billypchan Yes, the way that snapshots are taken is not great… blur in general is not implemented in CoreGraphics drawing and because CA is composited in another process it is...
Hey, I'd really like to see the horizontal scrolling work. Is this something that you're going to be putting time into? I might be able to help implement it, but...
I think this is the actual issue: https://github.com/rustwasm/wasm-pack/issues/913 ie the WASM was built but not optimized, and the process errored out before the package.json could be written.
Hey, it's working for me now. I just had to apply the patches and change the install path.
It does cache it for me once I run it once. `aned` goes crazy for a while, but once I've run the app once, subsequent runs are normal (instantiating the...
[my code at the relevant commit](https://github.com/darknoon/Hyperpaint/tree/4d480565f5c9c0ca1a863b0e50098de7ab1e609f) with the issue
adding a useful figure from [this oklab critique](https://raphlinus.github.io/color/2021/01/18/oklab-critique.html)
Slightly orthogonal, but an interesting take is using [3rd color as a control point](https://www.vis4.net/blog/2013/09/mastering-multi-hued-color-scales/) instead.