mfluehr

Results 8 comments of mfluehr

I think this PR would be very useful. I hope it goes through.

I'm having this same problem. I can't set fixed heights to my items because I need my content to be able to wrap.

Would `balance` solve the problem where boxes have unnecessary extra space on one side? See: https://stackoverflow.com/questions/12377826/css-width-max-width-on-line-wrap/73198785 If yes, then I want this feature.

Personally, I mostly care about translation. I'm building a 2D game that has a moving camera. I would like a way to apply a single camera to all `TextArea`s within...

The advantage of GPU-side is that only the camera values need to change and all the text areas can stay the same. But your point about culling CPU-side is a...

I often use the unreleased version of glyphon, because it usually takes a while for releases to catch up with wgpu. I add this to my Cargo.toml: ``` [patch.crates-io] glyphon...

I'm running Arch Linux, EndeavourOS. My sound server is Pipewire. I noticed that `cargo r --example reverb` prints out this message immediately: "Dropping OutputStream, audio playing through this stream will...

@dvdsk, I must've been a little sloppy when trying examples the first time. The only ones that seem broken are "reverb" and "spatial."