Hi guys! I need a little advice.
I'm going to create a visual editor of dialog trees, that generates XML files.
Here is an approximate sketch of what I want to have:
I need to have the ability to add/delete, move, resize and link/unlink this nodes. (also collapse/expand would be great).
So, how do you think, what should I use to create such GUI?
Will WindowsForms (.NET) be enough to make such editor? Or should I use some GUI lib for that?
C++ is preferable language. But if using of the other one will make things much easier Ill learn it.
Its been a long time since Ive been made such programs. Last thing I was using was MFC . But I think now there are many modern ways of doing it.
Thanks in advanced.