dgoodwin208
dgoodwin208
About
- Username
- dgoodwin208
- Joined
- Visits
- 0
- Last Active
- -
- Roles
- Member
Comments
-
Also, wanted to shout out to Alistair Walsh for his detailed overview of the Python front ends, and to both he and Chip for perspective on the software architecture. Agreed that fewer moving parts (in this case, two different software languages/plat…
-
@ TrentBrooks - dude, that's an awesome oF application! Will def check it out more. Since the last posting I've been getting stronger with OpenFrameworks, and so I've created ofxOpenBCI: while it's v0.1 software, it should help anybody else build…
-
If it was all backend, I would go with straight python. However, I have yet to see a compelling front-end framework for Python. If you know any, I'm all ears! I actually am brand new to OpenFrameworks, and I picked it up specifically for my proje…
-
Hey OpenBCI, My architectural hypothesis for EEG software is to write it in two modules: a computational modules (in Python) and a graphical interface layer (in OpenFrameworks), with an OSC bridge between the two. I already have a working system …
-
This is really helpful. Thanks Chip