Replies: 2 comments
-
Agreed. The node editor seems really neat and I'm excited to give it a try. But it's not fully clear how to get started using it. It would be great to at least have a couple of examples of common real-world tasks and some links for more detailed information on a topic. As a new user, here are some of my immediate questions: Where can I find a list of all available callbacks? Is the default callback arg in dpg.node_editor() only for running on node connection? (this isn't clear from the name: How can I add extra outputs to a node (there is a
Or
I can see that the output 'pin' is created only by the How can I customize the colors/themes/styles for individual nodes or node attributes (Example: Change the pin color for a single output on a node)? The example GIF at the top of the page actually has an 'output' node with a different title colour, but this is not provided as part of the example code snippet. The documentation mentions extra attributes such as "Pin Shapes" but it isn't clear how to use/assign them. The documentation mentions "Associated Items" If I can get up and running, I'll try to provide some snippets/examples :) |
Beta Was this translation helpful? Give feedback.
-
https://github.com/hoshianaaa/DearPyGUI_NodeEditor_Template/tree/main |
Beta Was this translation helpful? Give feedback.
-
https://dearpygui.readthedocs.io/en/latest/documentation/node-editor.html
Too few node editor tutorial documents
Welcome to provide various node editor code examples
Beta Was this translation helpful? Give feedback.
All reactions