Jonathan Spira

Results 79 comments of Jonathan Spira
trafficstars

@cosmicchipsocket @ctrlcctrlv Hi guys, I'm the primary maintainer and the driver of these breaking changes. I really appreciate the feedback, and especially your noting of inconsistent build order between `Window::new`...

Hey dbr -- I really like this PR and this idea. It would be stupendous if our examples ran on this, and therefore would allow us to do actual GUI...

also dbr, if you have a second, would you mind getting in contact with me? No pressure if you don't want to, but would love to chat in a faster...

Ah sorry I misunderstood the skia! I don't mind at all what implementation we use for our own example purposes. I think eventually releasing this would be excellent, but just...

@rokups just two functions actually as I go through this will deref a null possibly: `TableNextRow` and `TableSetBgColor`. These functions return dummy defaults (mostly false, sometimes a NULL for a...

I've decided to feature gate the tables api for our next release -- although this issue is part of it (segfaulting in Rust is a bit embarrassing tbh), really since...

Not only is that a great idea, I've been experimenting with converting all of imgui-rs to this. For example, why can you access the window functions when you might not...

check if out here https://github.com/sanbox-irl/imgui-rs/tree/mutability . These are just some sketches, but it ends up looking similar to `Iterator` I think. I'm also taking some design cues from Oddio https://github.com/Ralith/oddio

> [rust-lang/rust#88991](https://github.com/rust-lang/rust/pull/88991) (_"Add Nintendo Switch as tier 3 target"_) I feel like I need to find more info there. That PR is uhhh it feels kinda sketchy as hell. I...