All Projects → sofa-framework → Sofa

sofa-framework / Sofa

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

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Sofa

elasty
A research-oriented elastic body simulator
Stars: ✭ 173 (-60.23%)
Mutual labels:  simulation, engine, physics
Omnetpp
OMNeT++ Discrete Event Simulator
Stars: ✭ 259 (-40.46%)
Mutual labels:  framework, research, simulation
Physics3d
A 3D physics engine
Stars: ✭ 101 (-76.78%)
Mutual labels:  engine, simulation, physics
Spirit
Atomistic Spin Simulation Framework
Stars: ✭ 67 (-84.6%)
Mutual labels:  framework, simulation, physics
RAWSim-O
A simulation framework for Robotic Mobile Fulfillment Systems
Stars: ✭ 82 (-81.15%)
Mutual labels:  research, simulation
D3D12Renderer
Custom renderer and physics engine written from scratch in C++/Direct3D 12.
Stars: ✭ 17 (-96.09%)
Mutual labels:  engine, physics
multiphysics
Interactive Multiphysics Simulation for Everyone
Stars: ✭ 41 (-90.57%)
Mutual labels:  simulation, physics
Jitterphysics
A cross-platform, realtime physics engine for all .NET apps.
Stars: ✭ 277 (-36.32%)
Mutual labels:  engine, physics
Surveykit
Android library to create beautiful surveys (aligned with ResearchKit on iOS)
Stars: ✭ 288 (-33.79%)
Mutual labels:  research, medical
Stuntrally
The main repository containing Stunt Rally sources and game data. A 3D racing game based on VDrift and OGRE with track editor.
Stars: ✭ 314 (-27.82%)
Mutual labels:  simulation, physics
Spikenail
A GraphQL Framework for Node.js
Stars: ✭ 358 (-17.7%)
Mutual labels:  framework, real-time
jitterphysics
A cross-platform, realtime physics engine for all .NET apps.
Stars: ✭ 327 (-24.83%)
Mutual labels:  engine, physics
orbital-sim
A simple physics engine build over a PyGame simulation to accurately model planetary orbits in space
Stars: ✭ 31 (-92.87%)
Mutual labels:  simulation, physics
GAMES103
notes and related materials for GAMES103
Stars: ✭ 21 (-95.17%)
Mutual labels:  simulation, physics
Distortos
object-oriented C++ RTOS for microcontrollers
Stars: ✭ 354 (-18.62%)
Mutual labels:  framework, real-time
Polymorph
Polymorph is a real-time network packet manipulation framework with support for almost all existing protocols
Stars: ✭ 364 (-16.32%)
Mutual labels:  framework, real-time
opem
OPEM (Open Source PEM Fuel Cell Simulation Tool)
Stars: ✭ 107 (-75.4%)
Mutual labels:  simulation, physics
Gazebo
Open source robotics simulator.
Stars: ✭ 404 (-7.13%)
Mutual labels:  simulation, physics
toybox
a collection of computational playthings.
Stars: ✭ 94 (-78.39%)
Mutual labels:  simulation, physics
Rootex
An advanced C++ 3D game engine powering an in-production game yet to be announced
Stars: ✭ 161 (-62.99%)
Mutual labels:  engine, physics

SOFA, Simulation Open-Framework Architecture


Documentation Forum Gitter Contact

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

For up-to-date instructions, please refer to the SOFA documentation:
https://www.sofa-framework.org/documentation

Contribution

The SOFA community will be pleased to welcome you!
Find all the ways to get involved here: https://www.sofa-framework.org/community/get-involved/

Before creating any issue or pull request, please read carefully our CONTRIBUTING rules.

Information

Authors

See Authors.txt

License

SOFA is LGPL, except:

  • applications/projects (GPL)
  • applications/sofa (GPL)
  • applications/tutorials (GPL)
  • applications/plugins/OptiTrackNatNet (GPL)
  • applications/plugins/SofaPML (GPL)
  • applications/plugins/Registration (QPL)
  • 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]


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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].