Ryan McGrath
Ryan McGrath
Heya - thanks for taking interest. I appreciate the Rust community's interest in GUI solutions but... well, I should put a notice in the README. :\ [You can see this...
Yup! Right now the example will only run on `cocoa` - I have the basics of the `gtk` backend in a local branch but haven't had time to really finish...
What command did you use to run? Any chance you could grab a video? Thanks! On Sat, Jul 30, 2022 at 05:13, balanceglove2 ***@***.***> wrote: > Title. Running on M1...
Just to follow up: if I run the example via `cargo run --release --example animation` Then I don't see any more lag than typical AppKit-based animations in other apps I've...
Hmmm, okay, so we're on the same page. _That_ I can definitely replicate. Unfortunately it is hard for me to tell if AppKit can do any better here - whenever...
As a quick extra bit, I started a branch (`debug/animation-timing`) to mess with some things regarding this. In particular it exposes the ability for `NSView` to combine sublayers into one...
> I personally don't know Objective-C at all, so that'd be hard for me to do. Maybe that'd be something you could try? My current schedule is pretty busy but...
As an aside, I updated the `debug/animation-timing` branch to expose the ability to set the underlying layer contents redraw policy. The animation example is updated for this as well. The...
100% on board, don’t even need to ask me twice. :) I’ve been meaning to return to this and release 0.3 from the new branch anyway, so I could tie...
If you get to it before I cut a 0.3, then yeah, `airyx-appkit-uikit-features` should be the one. It has a few bug fixes as it is so it's overdue to...