V
V
Vlad Timofeev2017-01-07 12:55:15
Python
Vlad Timofeev, 2017-01-07 12:55:15

How it is possible to make similar GUI?

Good day, with what you can write a similar wrapper in c ++ for "subprocesses":
8e83e0da72c045e28ed5b088bceeadb5.png
I would like to have docks that can be closed-opened-resized, in which different processes will be launched. For example, as in the image in one dock, graphs are drawn using python, in another 3d visualization written in OpenGL, in the third there will be various checkboxes, buttons to control the process.
Are there any C++ libraries that can quickly write such a wrapper? (Preferably with a free license)
Ps I used ImGui , but alas, to implement such resizeable docks in it, you need to spend a lot of time, which is not there .. I looked towards CeGUI, but apparently there is the same problem according to the forums ..
Thanks

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Konstantin Stepanov, 2017-01-07
@timadevelop

Qt?
You can communicate with processes in other languages ​​via files, sockets, or a database.

A
Aristarkh Deryapa, 2017-05-17
@SelfiAS

If you need a static* window - try positioning everything using position. And if it's dynamic**, then I don't know...
* - always the same size.
** - you can change the size, the program will "adjust" to the size.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question