You are viewing the documentation for OpenSim 3.x. Are you looking for the latest OpenSim 4.0 Documentation?

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

System Requirements

The minimum requirements to run the OpenSim GUI:

  • Operating System: Microsoft Windows XP Professional SP3/Vista SP1/Windows 7 Professional

  • Processor: 800MHz Intel Pentium III or equivalent

  • Memory: 512 MB

  • Hard disk space: 500 MB

Supported Platforms

The name OpenSim refers to two distinct entities, the OpenSim API (which is a C++ library of classes used for modeling and simulation of biological structures in Biomechanics) and the OpenSim application (GUI) which builds on the OpenSim API.

As of version 3.1, the GUI is distributed on Windows, 32-bit or 64-bit, which should be compatible with most Windows machines. Although there have been experimental builds of the GUI on Mac/Linux there has been no public distribution. Mac users who want to use the GUI have successfully run OpenSim using Bootcamp, Virtual Machines, or other environments that simulate Windows on Mac. Linux users have used Wine.

The API (headers, libraries and Doxygen documentation) is available for both Windows (32-bit and 64-bit as of 3.1), Mac & Linux (64-bit) and is available on the downloads page. To use the API, users will need to write a main program or a plugin or use the various tools provided as command line executables to perform modeling/simulation.

Mac and Linux users will need to add the installation-folder/bin to their environment (LD_LIBRARY_PATH on linux, DYLD_LIBRARY_PATH on mac) and can use the command line utilities or build main programs using the API following instructions similar to those given in the developer's guide for Windows.

Developers with C++ experience can also build the OpenSim API from source on Windows, Mac, or Linux. See Building OpenSim from Source for detailed instructions.

If you're interested in helping to build a GUI distribution on Mac, Linux or any other platform, please contact the development team using the forum at https://simtk.org/forums/viewforum.php?f=91

 

  • No labels