setzer22
setzer22
Sometimes it is necessary to give a message to the user when something goes wrong (or succeeds). A good example is the "Export OBJ" node, which currently doesn't do any...
Just a small improvement would be to reduce the speed of the zoom speed, it is very difficult to be precise as it is very fast to zoom and unzoom....
In #40, a change was introduced where the check to spawn the node finder used `mouse.button_released` instead of `mouse.secondary_down()`. This is the more correct behavior, as you only want to...
Changes in #19 introduced a few new edge cases that need to be accounted for: - [ ] Right now, mouse controls for graph panning (middle mouse drag) are handled...
### Discussed in https://github.com/setzer22/egui_node_graph/discussions/13 Originally posted by **rsaccon** February 25, 2022 I want to find all final nodes, which is all nodes which do not have out-going connection. I haven't...
Egui only builds fonts at the start of the next frame, so if the theme is loaded on `_ready`, the font texture won't be updated until the first `GodotEgui::update`, which...
Hi! I've been using egui for [my project](https://github.com/setzer22/blackjack) and I wanted to update it to use 0.18. However, I can't update because what used to be `egui_wgpu_backend` and `egui_winit_platform` are...
**Is your feature request related to a problem? Please describe.** I work on the [egui_node_graph](https://github.com/setzer22/egui_node_graph) library, which can be used to create node-graph based applications in egui. One particular feature...
When I set either pad as a mouse region, the default behavior is the mouse returning to where it was before I touched the mouse region pad. This is usually...
*More details here: https://github.com/khvzak/mlua/issues/184* I'm trying to figure out a very strange interaction between `rfd` and `mlua` that breaks the latter in very subtle ways. This issue can only be...