Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 993 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 993 Bytes

Gexture

Max MSP external for automatic k-shot gesture classification of MPU-6050 real-time measurement data.

For usage, put the project folder into 'Max 8/Packages' and start Max.

Build instructions for Win64:

  • build the project in build using cmake ..
  • build the grt third-party library the same way but in third_party/grt/build/tmp and then compile the .lib using VS2019 on the ALL_BUILD VS project file
  • link to the built grt.lib in the main project following the steps described at the bottom of : https://github.com/nickgillian/grt/tree/master/build
  • build the external using VS2019 on the Gexture VS project file in build.

Debug