Slicer-SOFA was born during PW40 with the aim to support the use of the SOFA simulation library within 3D Slicer. This project will continue the development of the extension.
No response
No response
* Configure and make:
```
cmake \
-DCMAKE_BUILD_TYPE:STRING=Debug \
-DSlicer_DIR:PATH=${SLICER_BUILD} \
-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=11.0 \
../Slicer-SOFA
make -j50 |& tee log
``` * Launch:
```
export SLICERSOFA_DIR=/Users/pieper/slicer/latest/SOFA
export SLICER_DIR=/opt/s
SOFA_ROOT=${SLICERSOFA_DIR}/Slicer-SOFA-build/SOFA-build \
${SLICER_DIR}/Slicer-build/Slicer \
--launcher-additional-settings ${DIR}/Slicer-SOFA-build/inner-build/AdditionalLauncherSettings.ini
``` * Then paste a [script like this](https://github.com/pieper/Slicer-SOFA/blob/main/Experiments/lung.py) into the python console.