Jonathan Spira

Results 76 comments of Jonathan Spira
trafficstars

And don't worry, any help is good help and appreciated @ctrlcctrlv

Can you give this a try on Main? I believe we fixed this already

I think I'm okay with a cherry picked 0.8.1 on crates.io. you're not the only one who has ran into this. We also have the issue with the free type...

Do it! I got a promotion at work and have been stuck on non tools tasks so I haven't had a chance to do much imgui work

Perhaps a different issue, but bakcspaces in input_float don't appear to be working, and imgui appears to be getting my backspaces and deletes. Even if I remove it from the...

the real solution here is for imgui-rs to have xor mutability rules. I've done some experimenting with that, and it's quite hard to implement for us. For now, if someone...

You accidentally put `Regenerate cimgui wrappers` twice right?

I'm in favor of removing it still personally. I know we've gotten complaints, but imo, I'm more concerned about the two dropped issues that slipped into release than our breaking...

Yes. Sort of. Assuming you're using Winit, maximize the size of your ImGui window to the size of your winit window. When you create your winit window, pass in `.with_decorations(false)`...

1. Sure -- your best options are either `glow`, `wgpu`, or using a software renderer. that's in your court though -- imgui isn't a renderer. this repository contains some helpful...