Skip to content

Releases: sofa-framework/sofa

v17.12.00

Choose a tag to compare

@guparan guparan released this 06 Feb 11:26
9776405

Changelog

https://github.com/sofa-framework/sofa/blob/master/CHANGELOG.md#v1712

Required dependencies

Windows

Install the Visual C++ Redistributable Packages for Visual Studio 2015.
Python 2.7 is also needed to use the SofaPython plugin. Make sure it is accessible in your PATH.

Linux

Make sure you have Qt5 on your system.
sudo apt install qt5-default libqt5opengl5-dev will install all required Qt5 deps.
Python 2.7 is also needed to use the SofaPython plugin.

MacOS

All dependencies are already included in the DMG package.
After install, to start runSofa, open a console and type
/Applications/runSofa.app/Contents/MacOS/runSofa

Info

Binaries were generated using the following library versions:

lib Windows Linux MacOS
Python 2.7.12 2.7.12 2.7.10
Boost 1.64 1.58 1.64
Qt 5.7.1 5.5.1 5.7.1
Glew 1.13 1.13 2.0
Zlib 1.2.8 1.2.8 1.2.8
libPNG 1.6.18 1.2.54 1.6.31
libJPEG 6b 8.0.2 9b
libTIFF 4.0.9 4.0.6 4.0.8

v17.06.02

Choose a tag to compare

@guparan guparan released this 12 Oct 14:43

Changelog

https://github.com/sofa-framework/sofa/blob/master/CHANGELOG.md#v1706

Required dependencies

Windows

Install the Visual C++ Redistributable Packages for Visual Studio 2015.

Linux

Make sure you have Qt5 on your system.
For instance, execute the following command for Ubuntu/Debian:
sudo apt-get install qt5-default libqt5opengl5-dev
sudo apt-get install freeglut3 (if necessary)

MacOS

All dependencies are already included in the DMG package.

Info

Binaries were generated using the following library versions:

lib Windows Linux MacOS
Boost 1.64 1.58 1.64
Qt 5.7.1 5.5.1 5.7.1
Glew 1.13 1.13 2.0
Zlib 1.2.8 1.2.8 1.2.5
libPNG 1.6 1.2.54 1.6.29

v16.12.0

Choose a tag to compare

@hugtalbot hugtalbot released this 27 Jan 16:40

Changelog

https://github.com/sofa-framework/sofa/blob/master/CHANGELOG.md#v1612

Dependencies

Windows

Install the Visual C++ Redistributable Packages for Visual Studio 2013.

For information, binaries were generated using the following library versions:

  • boost 1.59
  • Qt 5.7
  • GLEW 1.2.3
  • zlib 1.2.7
  • libpng-1.2.6

Linux

Make sure you have Qt5 on your system.
For instance, execute the following command for Ubuntu/Debian:
sudo apt-get install qt5-default libqt5opengl5-dev
sudo apt-get install freeglut3 (if necessary)

For information, binaries were generated using the following library versions:

  • boost 1.54
  • Qt 5.4.1
  • GLEW 1.10.0
  • zlib 1.2.8
  • libpng-1.2.6

MacOS

All dependencies are already included in the DMG package.

For information, binaries were generated using the following library versions:

  • boost 1.63
  • Qt 5.6.2
  • GLEW 2.0.0
  • zlib 1.2.5
  • libpng-1.6.28

v16.08.0

Choose a tag to compare

@guparan guparan released this 05 Aug 16:03

Changelog

https://github.com/sofa-framework/sofa/blob/master/CHANGELOG.md#v1608

Dependencies

Windows

Make sure you have Qt5 on your system or download qt-everywhere-opensource-src-5.5.1
Download the Visual C++ Redistributable for Visual Studio 2015:
VC-redist.x86.exe
VC-redist.x64.exe

Linux

Make sure you have Qt5 on your system.
For instance, execute the following command for Ubuntu/Debian:
sudo apt-get install qt5-default qttools5-dev-tools libqt5opengl5-dev
sudo apt-get install freeglut3 (if necessary)

MacOS

All dependencies are already included in the DMG package.

v15.12.0

Choose a tag to compare

@guparan guparan released this 05 Aug 14:18

Dependencies

Windows

Make sure you have Qt5 on your system or download qt-everywhere-opensource-src-5.5.1
Download the Visual C++ Redistributable for Visual Studio 2015: VC-redist.x86.exe

Linux

Make sure you have Qt5 on your system.
For instance, execute the following command for Ubuntu/Debian:
sudo apt-get install qt5-default qttools5-dev-tools libqt5opengl5-dev
sudo apt-get install freeglut3 (if necessary)

MacOS

All dependencies are already included in the DMG package.

v15.09

Choose a tag to compare

@guparan guparan released this 26 Jul 13:33
FIX: wrong quaternion multiplication order in

MechanicalObject::applyRotation for rigid types.

(closes
https://www.sofa-framework.org/forum/topic/error-in-rigidrigidmapping-v15-09/)

Former-commit-id: 25eaf8a5eea5041bc2dbb03e5f9ccfe9ba67000c

15.03

Choose a tag to compare

@guparan guparan released this 26 Jul 13:33
v15.03

FIX: In functions.cmake change condition to find if a plugin is out o…