Moritz Mœller
Moritz Mœller
Would a PR with the above approach have any chance of approval? :grin:
Hmm, but `Pixmap` uses per-component `u8` at the moment, so there is some transfer function already in the current implemenation, or am I missing somthing? I presume the current hard-wired...
The main reason I asked for support for higher bit depths is banding on gradients. This is especially relevant if the output of `tiny-skia` is further modified, e.g. with a...
For `Examples` & `Panics`: I agree. I always though this is odd but you are right, it is the standard. For the line breaks in Markdown: I haven't used an...
While I think this is a cool feature, in any node-based app I used, opening a node that is actually a sub-network opens the latter in a new view/replaces the...
I think a Rust binding ideally feels like it isn't a binding but an API of any well-executed crate (pure Rust). If a user is confronted with the oddities (from...
> I 100% understand where you're coming from and admire the sense of purity you're striving for. There are even things about TypeDesc I wish I'd done differently in C++....
> Maybe I don't understand the implementation of `Option`. How much extra space is an `Option` versus a `T`? As Scott wrote, it depends. In general, wrapping an `enum` in...
> arraylen: I'm honestly confused on this one. I think that if we want to have the arraylen be guaranteed to be 0 - i32::MAX, then it would probably make...
> Separate issue: I have sometimes wished that on the C++ side, I had made the data fields private and added access methods. Does idiomatic Rust prefer accessors or direct...