Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Node graph editor [closed]

Tags:

c#

.net

graph

Is there a .NET library for creating node graphs, one that lets you drag inputs on one node to outputs on another?

like image 410
Eric Avatar asked Jul 20 '10 15:07

Eric


People also ask

How do I open node editor in Maya?

To open the Node Editor, select Windows > Node Editor. The Node Editor is the preferred editor for workflows such as rigging. For more information, see Node Editor.

How do I open shader editor in Maya?

To display the shader that is assigned to each object in your scene, open the Outliner and enable Display > Assigned Materials in the menu. See Identify shaders assigned to objects in the scene. In the Outliner, right-click the material and select Open in Hypershade.

How do I hide nodes in Maya?

In the Hypergraph, select Options > Display > Hidden Nodes. Show or hide underworld nodes in the Hypergraph.

Where is node editor in blender?

If you switch to the Compositing screen with Ctrl-Left , if you are on the default screen, you will find a Node Editor on the top half of the screen. When you enabled material nodes, a material node and an output node were automatically added to the Node editor.


1 Answers

This is more or less exactly what you are looking for:

  • https://github.com/LogicalError/Graph
like image 145
Patrik Svensson Avatar answered Oct 01 '22 05:10

Patrik Svensson