- The root directory contains a video on how to rebuild the JavascriptUnityBCI project in Unity from a fresh project in Unity. This video should also work for the DinoGameExample and the GanglionToJavascriptToUnityBasicExample.
- The primary demo on how to get this project up and running is the JavascriptUnityBCI folder. This project contains a readme as well as a video tutorial on how to set this project up on your machine.
- The DinoGameExample is a replica of chromes offline dino game. It is a mostly functional version of chromes BCI game. The only thing needed left to do is to filter the data from the OpenBCI device and adjust the value at which the player jumps accordingly. This project contains its own readme as well.
- The GanglionToJavascriptToUnityBasicExample is exactly as its described.