Metadata-Version: 2.1
Name: DeepPhysX.Sofa
Version: 22.6
Summary: A SOFA compatible package for DeepPhysX framework.
Home-page: https://github.com/mimesis-inria/DeepPhysX_Sofa
Author: Mimesis
Author-email: robin.enjalbert@inria.fr
Description-Content-Type: text/markdown

# DeepPhysX_Sofa

This python package is part of the [DeepPhysX](https://github.com/mimesis-inria/DeepPhysX) project.
It contains adaptations of some Core components that are compatible with the [SOFA](https://www.sofa-framework.org/) 
framework.

### Installation

Cloning the main package is of course mandatory:

```bash
$ git clone https://github.com/mimesis-inria/DeepPhysX.git
```

This repository is automatically cloned when configuring the [DeepPhysX](https://github.com/mimesis-inria/DeepPhysX) 
installation.
Otherwise, it can also be cloned manually in a `Sofa` directory:

```bash
$ cd DeepPhysX
$ git clone https://github.com/mimesis-inria/DeepPhysX_Sofa.git Sofa
```

This package will be automatically detected when configuring the project installation.
