Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 838 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 838 Bytes

Sofa.Component

A set of python modules that expose in python the Sofa components to simplify the making of scenes.

The components are auto-generated from a script.

A video of the code-completion and the content of Sofa.Component is available there : https://www.youtube.com/watch?v=tnrAkEd7unI&feature=youtu.be

How to test:

Download the latest zip file from the following link: https://github.com/SofaDefrost/Sofa.Component/releases Then unzip the content of the directory into the site-packages/Sofa

On a system with

   SOFA_ROOT=/home/username/sofa/
   PYTHONPATH=/home/username/sofa/lib/python3/site-packages

The unzipping should be extracted into

/home/username/sofa/lib/python3/site-packages/Sofa

So that, the files with extension .pyi are side by side the .py. with similar name.