Support for drop shadows would be excellent! I did this in my own custom UI renderer by using SDF's for quads, but I imagine for any shape it might be a little bit more tricky..
You can see my quad sdf box shadow code here if it helps at all:
https://github.com/StarArawn/kayak_ui/blob/main/src/render/unified/shaders/sample_quad.wgsl#L86
Support for drop shadows would be excellent! I did this in my own custom UI renderer by using SDF's for quads, but I imagine for any shape it might be a little bit more tricky..
You can see my quad sdf box shadow code here if it helps at all:
https://github.com/StarArawn/kayak_ui/blob/main/src/render/unified/shaders/sample_quad.wgsl#L86