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 must be followed on a Windows machine
- 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
- Download Anaconda as shown here.
- Do not close out of the Anaconda Powershell Prompt until completely done with an example
- Open an Anaconda Powershell Prompt through the search feature on your machine and run the command below:
cd C:\path\to\your\EmotiBit_Plugins\pyExample_alg01
conda config --set channel_priority flexible
conda env update --name EmotiBit-pyenv-modern --file .\EmotiBit-pyenv-modern.yml
conda activate EmotiBit-pyenv-modern
- After following the steps above, follow one of the README's below to accomplish your goal