Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.07 KB

File metadata and controls

26 lines (18 loc) · 1.07 KB

EmotiBit_Plugins

Examples and information to make EmotiBit plugins. The intention for this repo is to explain through examples and READMEs how to create algorithms and deploy them in different contexts (python, OF, Arduino, others). This is intended as an instructional repo as it's expected that algorithms will be distributed in many different repos hosted by many different users/organizations.

Installation Steps

This guide is written for windows OS.

Requirements

  • Python (only required if porting to python)
  • Visual Studio 2022 (for C++ projects)
  • CMAKE (ToDo: specify minimum version required)

Steps

  • Clone the repository onto your machine.
  • Install Visual Studio 2022, this was tested successfully with 17.11.02
    • Ensure that you select Desktop Development with C++ when installing Visual Studio 2022

From C++ to Python

  • Follow the instructions in this README

From C++ to EmotiBit Software

  • Follow the instructions in this README

From C++ to firmware

  • Follow the instructions in this README