brainflow for processing 4
ankur_gupta_29
india
in Cyton
i want to use brainflow in processing 4.3 (java) .how can i use that
Comments
Hi Ankur,
There is a Java binding, but not specifically a binding for Processing. As you know Processing is Java based.
https://www.google.com/search?q=processing+language+calling+java+functions
https://happycoding.io/tutorials/java/processing-in-java
https://brainflow.readthedocs.io/en/stable/Examples.html#java
You could also look at the GUI source code, which calls Brainflow,
https://github.com/OpenBCI/OpenBCI_GUI
https://github.com/OpenBCI/OpenBCI_GUI/blob/master/OpenBCI_GUI/BoardBrainFlowStreaming.pde
https://github.com/OpenBCI/OpenBCI_GUI/blob/master/OpenBCI_GUI/BoardCyton.pde#L246
William
Look at the master branch of the GUI repo. We are now fully updated to Processing 4 and latest BrainFlow.