ttddee

Results 27 comments of ttddee

Hi! Sorry for jumping in from the sidelines here. I just found this repo and would like to use some of the shaders in my own project. When I credit...

How is this? https://github.com/ttddee/Cascade/blob/master/shaders/colorbalance.comp

I have merged this into my [own fork ](https://github.com/ttddee/egui_node_graph)and it works great. One problem I encountered though is that the node graph flows out the top of the TopBottomPanel I...

[This](https://github.com/ttddee/egui_node_graph/commit/c4fc59064363fc98a5c285f316ce2ddf307f9179) fixes the problem for me but I am still wondering why the `clip_rect` is wrong in the first place. Still learning egui...

I'm interested in that too, I'll draft a PR.

Hi, here is a tutorial to get started and learn the basic functionality. https://cascadedocs.readthedocs.io/en/latest/quickstart.html#navigating-the-node-graph

Thanks for the feedback! Since we are doing this, we should probably also enable the user to configure interactions for the pan and zoom of the graph. I've made a...