This repository hosts the scripts used at the SOFA Week 2024 during the symposium to present the SimRender and SimExporter projects.
View the result in your browser for the logo and tripod SOFA scenes.
Requirements:
- SOFA v24.06 with SofaPython3 and SoftRobots plugins
- SimRender Python library
- SimExporter Python library
Launch the SOFA scenes and interact with objects in the classical GUI:
![]() |
![]() |
|---|---|
python3 run_logo.py |
python3 run_tripod.py |
Launch the SOFA scenes and interact with objects in the classical GUI while rendering in real-time with SimRender:
![]() |
![]() |
|---|---|
python3 render_logo.py |
python3 render_tripod.py |
Launch the SOFA scenes and interact with objects in the classical GUI, then export the animation with SimExporter:
![]() |
![]() |
|---|---|
python3 export_logo.py |
python3 export_tripod.py |





