Skip to content
/ ISSofa Public
forked from sofa-framework/sofa

Real-time multi-physics simulation with an emphasis on medical simulation.

License

Notifications You must be signed in to change notification settings

InSimo/ISSofa

 
 

Repository files navigation

SOFA, Simulation Open-Framework Architecture
(c) 2006-2021 INRIA, USTL, UJF, CNRS, MGH, InSimo

This branch contains a version of SOFA used and maintained by InSimo.
It is optimized for the use case of interactive biomechanical simulations.
It is available publicly in order to facilitate contributions of improvements such as multithreading and matrix assembly back to the main open-source version.

Introduction

SOFA is an open source framework primarily targeted at real-time simulation, with an emphasis on medical simulation.
It is mainly intended for the research community to help foster newer algorithms, but can also be used as an efficient prototyping tool.
SOFA's advanced software architecture allows:
(1) the creation of complex and evolving simulations by combining new algorithms with existing algorithms;
(2) the modification of key parameters of the simulation such as deformable behavior, surface representation, solvers, constraints, collision algorithm, etc. by simply editing an XML file;
(3) the synthesis of complex models from simpler ones using a scene-graph description;
(4) the efficient simulation of the dynamics of interacting objects using abstract equation solvers; and
(5) the comparison of various algorithms available in SOFA.

Installation

This version is meant to be included within a larger CMake project.
See the ISSofaDemo repository for an example project with dependencies and build instructions.

Information

Authors

See Authors.txt

License

SOFA is LGPL, except:

  • applications/projects (GPL)
  • applications/tutorials (GPL)
  • sub-directories with a license file specifying a different license

LGPL refers to the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

GPL refers to the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Contact information

[email protected]

About

Real-time multi-physics simulation with an emphasis on medical simulation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 79.9%
  • C 12.2%
  • Fortran 2.3%
  • CMake 1.4%
  • Cuda 1.2%
  • HTML 1.2%
  • Other 1.8%