Tool for shader style state/attribute graph?

Started by
3 comments, last by mmakrzem 8 years, 5 months ago

Is there a name for this sort of editor, usually seen for defining shaders?:

Shaderbox-renderman-shader-tool.jpg

Also, are there generic tools for this sort of thing, for domains outside of graphics?

I'm working on a game with modular sort of event system, where there's a generic handler for, say, 2 characters dancing. Another event would instantiate a dance, setting up who will be dancing, what the tempo is, etc. I think the easiest way to design the events would be a tool like this, where I can drag connections between them. But I don't know what to call it, so I can't find it online =). It's like a finite state machine editor, but the attributes seem to make it something else. Any pointers would be appreciated!

Advertisement

If anybody reads this later and also wants an answer, I was finally able to find leads searching for "visual programming", of which a subset were this type of interface. I'm going with Vistrails, which is aimed at scientific workflow and visualization, but lets you define your own nodes and export the workflow to xml.

Isn't node editor the name you are looking for?

Definition of a man-year: 730 people trying to finish the project before lunch

yes it is! thank you!

yEd is another popular graph editor that may interest you: http://www.yworks.com/en/products/yfiles/yed/

If you are looking for a web based solution (as I was), then here are some frameworks that you could use:

http://www.draw2d.org/draw2d/examples/examples.html

http://jointjs.com/rappid/tour

https://www.jgraph.com/index.html

https://www.gliffy.com/

This topic is closed to new replies.

Advertisement