You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The tool is designed to allow you to write Python code in individual files per c
6
6
7
7
My goal with this project is to provide a new and innovative way of organizing and working with Python code. While the tool is still in the development phase, I am constantly working to improve its functionality and features.
8
8
9
-
Visual scripting using nodes does have some benefits and drawbacks and it’s up to the end developer to decide when such a system is beneficial or not.
9
+
Visual scripting using nodes does have some benefits and drawbacks and it’s up to the end developer to decide when such a system is beneficial or not.
- enabling non-programmers a simple system to assemble blocks of logic
17
17
- networks that require a high level of feedback throughout that network and not just the end result. Example shader building, sound synthesizing, machine learning, robotics and sensors. Each node can have a custom visual feedback such as images, graphs, sound timelines, spreadsheets etc.
18
18
- prototyping logic.
19
-
- Generator scripts. Taking an input or building up a result that gets saved for other uses. Example textures, images, sound, ML training data.
19
+
- Generator scripts. Taking an input or building up a result that gets saved for other uses. Example textures, images, sound, ML training data.
20
20
21
21
Don’t use it for
22
22
- Anything complex. 40 nodes or less. This is because the user not only needs to think of how nodes are logically connected, but also the visual composure of nodes in the graph. It’s always best to refactor code when a graph gets too complex to make sense of.
@@ -27,4 +27,3 @@ For minimal GUI code for creating a node network see [GUI-nodes-only](https://gi
0 commit comments