Hi vvvvers,
I’m planing to make a nice GUI for my vvvv-cuesystem. Before I start I would like to find out which possibilites suit best for the purpose. I’m no programmer, but I like learning new stuff…
The Gui
-
Needs to display lots of text in a table, which is a performance-problem with vvvv’s text-node.
-
Needs editable number- and textboxes, which ideally link directly to io-boxes
-
needs to integrate a dx11 renderer (where actually the graphic output of the cuesystems patches will be displayed as a controlling monitor)
-
should have a windows-like design, so the user can keep his habits and doen’t need a long introduction to the ui
What do you think is the best way to do that? Is it possible to do this with windows.forms as a plugin for vvvv? can this be done in visual studio and later integrated in vvvv? Does that cost a lot of performance? If so, can it be done as a standalone GUI or should it be a plugin with a different instance of v4?
Sorry for the many question, and thanks again for all the help in advance.