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.
This guide is written for windows OS.
- Python (only required if porting to python)
- Visual Studio 2022 (for C++ projects)
- CMAKE (ToDo: specify minimum version required)
- 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
- Follow the instructions in this README
- Follow the instructions in this README
- Follow the instructions in this README