Results 208 comments of setzer22

Here's a few things that I found too boilerplate-y and ended up building macros / helper traits for, in no particular order: ## Calling GDScript methods on Nodes The current...

Oh, and I just found out something else: This issue is only reproducible in Luau. I tried both lua52, lua53, lua54 and luajit and my reproduction example works fine in...

Even more *fun*! :tada: It seems I can only reproduce this on the `gtk-3` backend of RFD, so I'll be also reporting the issue there. Maybe something's wrong with their...

> Sorry, cannot reproduce on macos and ubuntu 22.04 (jammy) Ok, that's something then :thinking: Not being reproducible on Ubuntu supports the theory that it might be caused by the...

@YgorSouza That takes care of display, but you also need to consider about event handling. In egui, widgets do event handling at draw time, so even if you could scale...

Hi @Engid :wave: > What is still missing in egui? I've been a bit out of the loop as of late, but as far as I understand, there has been...

Hi! I'd like to tackle this. I think this would help simplify things a lot. As you say, widget call order is coupling together interaction and draw order in a...

Thanks! :smile: > As you notice, most of the work is design rather than implementation :) With some guidance, I'd be more than happy to lead the implementation efforts for...

There's the option to use the xdg-portal backend which is pure-rust and much simpler than the GTK-3 one. It has the advantage of using your desktop environment's native file picker,...

I made a quick test. Installing a C compiler is still necessary, but none of the additional steps apply anymore since we got rid of bindgen (specifically, setting CPATH). I...