Three different ways of installing OpenSim on linux?

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Neil Dhir
Posts: 17
Joined: Wed May 27, 2015 6:51 am

Three different ways of installing OpenSim on linux?

Post by Neil Dhir » Wed May 27, 2015 9:03 am

Good evening,

I am trying to install the OpenSim API on my Ubuntu machine and from what I can tell there seem to be about three different ways to do it:

1. You can do it this way: http://simtk-confluence.stanford.edu:80 ... +Platforms

2. Or this way: http://simtk-confluence.stanford.edu:80 ... Id=5114489

3. Or clone the git repository: https://github.com/opensim-org/opensim-core and follow the installation instructions there.
4. Or create a vm: http://simtk-confluence.stanford.edu:80 ... al+Machine

Now if you're not doing it the vm way, then I understand that the GUI can be run in linux via wine. But you still need an API, hence; which of the many ways are we linux users supposed to use?

Thanks

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: Three different ways of installing OpenSim on linux?

Post by jimmy d » Wed May 27, 2015 12:18 pm

You should use either the instructions on this page or on github.

User avatar
Ibraheem Al-Dhamari
Posts: 35
Joined: Thu Mar 16, 2017 2:44 am

Re: Three different ways of installing OpenSim on linux?

Post by Ibraheem Al-Dhamari » Fri Mar 17, 2017 3:54 am

Why there is no GUI in linux? where can I get the source for the GUI? I thought this can be done using QT/VTK.

User avatar
Thomas Uchida
Posts: 1780
Joined: Wed May 16, 2012 11:40 am

Re: Three different ways of installing OpenSim on linux?

Post by Thomas Uchida » Fri Mar 17, 2017 10:26 am

where can I get the source for the GUI?
The GUI repo is currently private. We are working on resolving some licensing issues and plan to make it public soon.

User avatar
Ibraheem Al-Dhamari
Posts: 35
Joined: Thu Mar 16, 2017 2:44 am

Re: Three different ways of installing OpenSim on linux?

Post by Ibraheem Al-Dhamari » Tue Mar 20, 2018 1:59 pm

Hi,
it is alredy one year. Is there any update about the situation of the GUI opensource?

If not I am planning to start a GUI development using Qt for academic research purposes. Using Qt makes the GUI works in different platforms e.g. Windows, Linux, and MAc. Your experience and support will be highly appreciated. I would like to know also if there are already some efforts in this way and how many people are interested.
Regards!

User avatar
Thomas Uchida
Posts: 1780
Joined: Wed May 16, 2012 11:40 am

Re: Three different ways of installing OpenSim on linux?

Post by Thomas Uchida » Tue Mar 20, 2018 5:06 pm

it is alredy one year. Is there any update about the situation of the GUI opensource?
Yes, the GUI repo is public and can be found here: https://github.com/opensim-org/opensim-gui.
Using Qt makes the GUI works in different platforms e.g. Windows, Linux, and MAc. Your experience and support will be highly appreciated. I would like to know also if there are already some efforts in this way and how many people are interested.
The next version of OpenSim (4.0, currently in testing) is designed to also work on Mac and Linux. A partial list of the development efforts on 4.0 can be found here: https://github.com/opensim-org/opensim- ... ANGELOG.md.

User avatar
Carlos Gonçalves
Posts: 127
Joined: Wed Jun 08, 2016 4:56 am

Re: Three different ways of installing OpenSim on linux?

Post by Carlos Gonçalves » Wed Oct 10, 2018 5:51 pm

Hello Thomas!

I will start working (seriously) in OpenSim very soon. I have already seen the version 4 available to download for Windows and Mac. Do you recommend building the GUI and Core for Ubuntu right now, or maybe wait until there is an installer for that?

Thanks a lot for the time and see you later.
Carlos Goncalves

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: Three different ways of installing OpenSim on linux?

Post by jimmy d » Thu Oct 11, 2018 4:57 am

Do you recommend building the GUI and Core for Ubuntu right now, or maybe wait until there is an installer for that?
There is no plan to have a linux installer at this time- you will need to use the instructions to build from source.

POST REPLY