Search found 6 matches
- Fri Apr 15, 2022 7:20 am
- Forum: OpenSim
- Topic: GUI module deployment
- Replies: 0
- Views: 239
GUI module deployment
Hello, I have been developing GUI for my plugin in netbeans and I'm ready for deployment. I have found this link https://simtk-confluence.stanford.edu:8443/display/OpenSim/Creating+OpenSim+GUI+Modules that talks about deploying a module. The procedure described there seems rather old. I have looked ...
- Fri Feb 18, 2022 12:29 pm
- Forum: OpenSim
- Topic: plugin's GUI in OpenSim GUI?
- Replies: 2
- Views: 597
Re: plugin's GUI in OpenSim GUI?
Thanks a lot Nathan, that's what I have been looking for! This should get me started, if not, I will try to ask devs ![Smile :)](./images/smilies/icon_e_smile.gif)
-Tomas
![Smile :)](./images/smilies/icon_e_smile.gif)
-Tomas
- Thu Feb 17, 2022 3:42 am
- Forum: OpenSim
- Topic: plugin's GUI in OpenSim GUI?
- Replies: 2
- Views: 597
plugin's GUI in OpenSim GUI?
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 mo...
- Sat Dec 18, 2021 11:14 am
- Forum: OpenSim
- Topic: GUI adding a new feature
- Replies: 1
- Views: 283
GUI adding a new feature
Hello, I would like to add some feature for the OpenSim GUI. This feature should manipulate with plugin data via OpenSim interface. Is there any documentation for java GUI classes? I have looked into OpenSim API https://simtk.org/api_docs/opensim/api_docs/index.html (guess that's only for the core) ...
- Fri Nov 19, 2021 3:32 am
- Forum: OpenSim
- Topic: Cannot run GUI project via netbeans interface
- Replies: 2
- Views: 255
Re: Cannot run GUI project via netbeans interface
Hi Tomas, We do not support building GUI from source, in general, because the process is involved, however if interested you should put this on github where it belongs and could be of interest to other developers, and where we can point you to the code/process we use for automated builds/ci. That s...
- Thu Nov 18, 2021 10:55 am
- Forum: OpenSim
- Topic: Cannot run GUI project via netbeans interface
- Replies: 2
- Views: 255
Cannot run GUI project via netbeans interface
Hello, I'm trying to build GUI for OpenSim 4.4 from Git (https://github.com/opensim-org/opensim-gui). I have built opensim-core as told in README on git (https://github.com/opensim-org/opensim-core). Core works without any problem and I'm able to run it. I have followed instructions for GUI and buil...