#BTKCore#
##Introduction##
Core of the project Biomechanical-ToolKit (BTK) which represent biomechanical data, file formats and data processing
BTK is an open-source and cross-platform library for biomechanical analysis. BTK read and write acquisition files and can modify them. All these operations can be done by the use of the C++ API or by the wrappers included (Matlab, Octave, and Python).
All the informations to build the C++ libraries and bindings are provided in file 'Readme.html' which is located in the root of the source code.
APIs documentation and tutorials are proposed on the main website of the project: http://b-tk.googlecode.com
##Continuous integration##
To test the implemented features as well as to verify the modification in the code, hundreds of cases representing standard usages of the project are tested at each revision of the project.
Tests are built for the different supported operating systems (MacOS X, Linux) as well as for the different supported languages (C++, Matlab/Octave, and Python).
All the tests are realized on the master branch of the code which corresponds to the next version of the project.
###MacOS X 64-bit (C++, Python) 
###Linux 64-bit (C++, Python, Octave) 
###Windows 7 32-bit (C++, Python, Octave) ###
Built from MSVC 2010 (Windows SDK 7.1). Configured to build C++ modules as shared 32-bit libraries. The Python binding is built with Python 2.7.5, Numpy 1.8.0 and Swig 2.0.11. The Octave binding is built with Octave 3.6.4.