This library is created for the ipass project of year 2017-2018. With this library gyroscope and accelerometer data can be used to detect motion and gestures in a simple, abstracted matter. The library offers a simple yet flexible api for using and extending sensors, motions and library behaviour. The entire library is written in C++ OO fashion with C++ 14.
Clone this repository and import the appropriate .hpp files in your project. For examples, see the demo application.
The library is dependent on hwlib (https://github.com/wovo/hwlib, © Wouter van Ooijen).
Create a run configuration for the main_test
target that is defined in the CMakeLists.txt.
Then simply run the configuration.
Go to the library directory and make run
.
- Lex Ruesink - HU
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)