Where to start in terms of software libraries?
Hi guys and galls
We recently used a Neurosky headset during a hackathon to navigate in virtual reality. see the article on Medium for more details.
Neurosky has API's for several languages but as you can imagine the hardware is not that flexible so want to move to OpenBCI to continue working on this project.
Can you guys please tell us how you got started with OpenBCI?
What's the most used language? Python in combination with Arduino?
Anybody running Windows on Arduino and using OpenBCI? What are your experiences?
We used C# for our demo.
Very curious to hear how you guys got up and running with the hardware 
Cheers,
Amiran
Comments
Checkout this thread which is using C#,
http://openbci.com/forum/index.php?p=/discussion/292/c-app-signal-processing-libs
That was done by Marcin ( @nekrodezynfekator ) last spring. His code is at,
https://github.com/nekrodezynfekator/OpenBCI-C-/blob/master/OpenBCI/Form1.cs
To see the Python threads, use the search box at lower right,
http://openbci.com/forum/index.php?p=/search&Search=python
OpenBCI_GUI source code, in Processing language, see OpenBCI_Processing folders,
https://github.com/OpenBCI
William