v21.12.00
Changes
Changelog: https://github.com/sofa-framework/sofa/blob/v21.12/CHANGELOG.md#v211200
Diff with v21.06: v21.06...v21.12
Required dependencies
Windows
- Install Microsoft Visual C++ 2017 Redistributable.
- [OPTIONAL] Install Python 3.7 + Numpy + Scipy if you want to use the SofaPython3 plugin or any of its dependers.
Download and install Python 3.7 (amd64).
Make sure to enable PIP installation and addition to PATH.
Then, open a console and runpython -V && python -m pip install numpy scipy
Linux
-
Install libopengl0
sudo apt install libopengl0
-
[OPTIONAL] Install Python 3.8 + Numpy + Scipy if you want to use the SofaPython3 plugin or any of its dependers.
sudo apt install python3.8-dev python3-distutils curl -L https://bootstrap.pypa.io/pip/get-pip.py --output /tmp/get-pip3.py python3.8 /tmp/get-pip3.py python3.8 -m pip install --upgrade pip python3.8 -m pip install numpy scipy
MacOS
-
All core dependencies are included in the binaries.
-
[OPTIONAL] Install Python 3.9 + Numpy + Scipy if you want to use the SofaPython3 plugin or any of its dependers.
brew install [email protected] python3.9 -m pip install numpy scipy
Plugins
Some plugins are now generating their own binaries 🎉
To install a plugin, download and unzip it into the plugins
folder of SOFA.
If you want your plugin added to this list, feel free to contact us.
Info for developers
SOFA binaries were generated using the following libraries:
. | Qt | Boost | Eigen | Python | pybind11 | Glew | Zlib | libPNG | libJPEG | libTIFF |
---|---|---|---|---|---|---|---|---|---|---|
Windows | 5.12.6 | 1.69.0 | 3.3.7 | 3.7.9 | 2.4.3 | 1.13 | 1.2.8 | 1.6.18 | 6b | 4.0.9 |
Linux | 5.12.6 | 1.71.0 | 3.3.7 | 3.8.10 | 2.4.3 | 2.0.0 | 1.2.11 | 1.6.34 | 8c | 4.0.9 |
MacOS | 5.12.6 | 1.76.0 | 3.3.9 | 3.9.5 | 2.6.2 | 2.1.0 | 1.2.11 | 1.6.36 | 9c | 4.0.10 |