Boris Boutillier

Results 9 comments of Boris Boutillier

Isn't the one frame lag, related to the pipelined renderer ? What you see is the queue_uinodes from the end of the render app of the previous frame, and the...

I don't like the example being broken, as this is real obvious when using it. Reducing the timeout also means that it increasing consumption even when nothing really happens. I...

I was going back to this when I noted that now on main the button example is working as expected on my setup. I have bi-sect the commit that "fixes"...

Unfortunately this is not sufficient to solve the button issue on all platform. The `prepare_windows` is now split in two function, but the new function `create_surfaces` still has a `NonSend`...

I looked a bit at this issue and here is a _passing_ test case with grand_parent -> parent -> child hierarchy, that **doubly** breaks the Children/Parent relation, namely the two...

I am kind of new to the website internals so bear with me for my missing knowledge. _1. A quick check that this didn't clobber anything it shouldn't._ I have...

I can confirm that these change make the itch.io fullscreen mode work. But as the bevy PR, it also requires to set `fit_canvas_to_parent: true` in the primary_window setting of the...

The assets loader you have written is for empty extension, but an extension nonetheless, so will load files named "test." with the ending '.' , but not just 'test' The...

I wonder if it would be better to just have the `clip_from_world` first attribute described and after a comment like `// Other attributes exist and can be described here, see...