Richard Waltman
Richard Waltman
Workable fix exists using NeuroFly project GUI. Port fixes to networking widget there to the public GUI.
For certain data types, Networking widget does not stream data unless the corresponding widget is open. GUI 5.0.4 streams out 0's or null instead. Begin to look into this. Make...
https://github.com/OpenBCI/Documentation/pull/134
Hey everyone! We have a great solution coming down the pipe with native BLE access for Ganglion and Mac!
The fix for this issue has been merged into the `development` branch! The next release of the GUI will support connecting to Ganglion using built-in bluetooth! Thank you everyone for...
+1 requesting this feature. Really enjoying working with this library so far. 👍
https://github.com/processing/processing4/issues/629#issuecomment-1593618488
For some reason, not really affected by the Fullscreen button for the window itself, or the windows "snap to position" feature. Only freezes when resizing from the edges after about...
Investigated this again. Window resizing is broken for JAVA2D, but not for P2D. If we could only `exit()` in the child PApplet class while using P2D renderer using default implementation...