Wouter Bijlsma

Results 51 comments of Wouter Bijlsma

I'm looking for the same thing, and I'm not having a lot of success trying to calculate this myself. I was hoping I could use a `BoxStencil` or `GradStencil` to...

After studying the NanoVDB documentation & code a little bit more I think I now understand how these are supposed to work. @marcardenas As I understand it, the NanoVDB intersector...

Hi @Idclip, thanks a lot for the quick reply and in particular for the branch that demonstrates use of the FunctionBuilder, this is definitely helpful! I will explore in more...

Hi @richhones what I would like to do is to bind a native function I can call from the AX kernel, so not just data. I may need to further...

I have the same issue with my application which is just glfw + vulkan and does not explicitly use or configure libdecor in any way. Not just the window decorations...

I could try to bisect later this week

@phonetic112 you just beat me to it ;-) Looking at the debug log it appears like clients with GLFW windows do not end up in the XDGDecoration protocol handler. For...

I've debugged this and I'm starting to think this may actually a GLFW problem and not a Hyprland problem. When starting a 'well-behaved client' like e.g. kitty, chromium or an...

I'm now knee-deep into debugging how GLFW and libdecor interact with the compositor, and I think maybe this is a Hyprland problem after all. Observations: 1. GLFW defaults to using...

Ok I was able to fix this with a one-liner and created PR #6308 The fix is to send the `xdg_decoration_toplevel_v1::configure` event when the `CXDGDecoration` resource is created in response...