plugin's GUI in OpenSim GUI?
Posted: Thu Feb 17, 2022 3:42 am
Hello,
I have a plugin written in C++ and my task is to make GUI for the plugin. There are two approaches that I can think of. Extern GUI, that's not fixed to OpenSim GUI at all or Intern GUI. I'm interested in the intern approach. Is there a way that I can customize OpenSim GUI without adding or modifying GUI source code?
To be more specific, here is an example. I would like to have an item in menubar where Tools are located. This item would OnClick show my window (form) with my GUI that would modify plugin's (written in C++) values or run the plugin. Is there a way to make this possible? Have you encountered this kind of approach before? If this approach is not possible or viable would the extern approach work?
Thanks in advance,
Tomas
I have a plugin written in C++ and my task is to make GUI for the plugin. There are two approaches that I can think of. Extern GUI, that's not fixed to OpenSim GUI at all or Intern GUI. I'm interested in the intern approach. Is there a way that I can customize OpenSim GUI without adding or modifying GUI source code?
To be more specific, here is an example. I would like to have an item in menubar where Tools are located. This item would OnClick show my window (form) with my GUI that would modify plugin's (written in C++) values or run the plugin. Is there a way to make this possible? Have you encountered this kind of approach before? If this approach is not possible or viable would the extern approach work?
Thanks in advance,
Tomas