PDA

View Full Version : Node Shader Editor



AMDx64BT
6th December 2009, 18:29
I would like to code a simple node editor with C++ and QT 4.7. I am newbie in QT. Do you know some opensource app or example with QT using nodes. Can you give me some advices?

I want to do something similar like this:
http://www.dream.com.ua/p/shaderman7.gif

JohannesMunk
6th December 2009, 22:30
You may want to take a look at the diagram scene example (http://doc.trolltech.com/4.5/graphicsview-diagramscene.html) to get you started with the graphical part.

HIH

Johannes