BTK Python wrapper  0.3dev.0
Python bindings for the Biomechanical ToolKit library (BTK)
Build instructions
Overview | Building instructions | Getting started | More Tutorials | License

Build Python support from the sources of BTK

This section is only necessary if you downloaded the sources of BTK. If you use a binary version, go directly to the tutorial Getting Started.

To use the BTK bindings into Python, we need to download the following softwares:

With CMake or CMake-gui, we need only to activate the option BTK_WRAP_PYTHON. CMake will then try to find Python, SWIG and NumPy. For more details on the options of BTK available during the compilation, you can check the file README.html located in the source of BTK.