Felix Schütt

Results 190 comments of Felix Schütt

Hmm... what happens if you set the rendering to software rendering - in the debug example, see the `WindowCreateOptions::default()` - set it to: `WindowCreateOptions { renderer_type: RendererType::Software, .. Default::default() }`...

When resizing, is the rectangle just lagging behind (i.e. "catching up" with the window size during resizing)? If yes, then that's to be expected when running in debug mode -...

Right, so at least it's not a GPU bug, it's a bug with the redraw function. That would be way harder to fix and debug. The events look normal to...

Well okay... I think #7 is a good idea (I'll merge it after the tests pass), but what **do** you see now when you run the app? Does the resizing...

Sorry, not actually closed, this was just because #7 contained the word "fixed"

@whmountains Thanks for the GIF, that makes it much easier to see what's going on. At least the initial draw is not a black screen, which is at least a...

Aside from that, I updated the shaders now - could someone try again if the tiger appears now? Thanks.

This is likely a bug with winit, because winit uses a static global cache for pushing messages around. This is likely not a bug in azul itself.

@CryZe Rust recognizes two major crate versions as two different things. I have now updated glutin and winit (to 0.19 and 0.18 respectively), maybe try again.

Yes, this is what I thought to use cassowary for: Assign different weights to the 1 - 5 priorities, then let cassowary solve for the best one. Just an idea,...