Skip to content

Releases: sofa-framework/sofa

v15.12.0

05 Aug 14:18
Compare
Choose a tag to compare

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

26 Jul 13:33
Compare
Choose a tag to compare
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

26 Jul 13:33
Compare
Choose a tag to compare
v15.03

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