Compiling and Running our Custom Widgets
srpatil
India
in OpenBCI_GUI
I'm trying to implement a Custom Widget in the OpenBCI GUI. I saw the template file on github, as well as source code for other widgets to get an idea. Now, once I have done coding and all, how do I actually run my widget in the OpenBCI_GUI? Because I downloaded the .dmg file directly which straightaway puts the software in the Applications directory of my Macbook. How do I actually compile and run my code?
Comments
https://docs.openbci.com/docs/06Software/01-OpenBCISoftware/GUIDocs#running-the-openbci-gui-from-the-processing-ide
Hello,
Thank you for the quick reply. I followed the instructions in that link, and now I'm stuck over here.
I separately installed packages like ddf, grafica, but gifAnimation is not compatible with my processing version 2.3.1
Edit--
Never mind, it works now!
Look at the previous link carefully. You must position the 'libraries' folder where Processing can find it. Something is wrong in the way you unpacked / copied the 'libraries' folder. The messages shown in the log show that the libraries are not being found. Mentioning Richard @retiutut.
@wjcroft is correct.