A work-in-progress implementation of a basic inverse kinematics engine
ik requires the following third-party libraries in order to be built and installed.
For testing purposes we have (this is later be a toggle-able option):
- Clone the repo
git clone https://github.com/dazzmo/ik
- Build the library
cd ik mkdir build && cd build cmake .. make
- Installation of the library can then be performed by
make install
Distributed under the GNU LESSER GENERAL PUBLIC LICENSE License. See LICENSE.txt for more information.
Damian Abood - damian.abood@sydney.edu.au