Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
doc_0.2.zip | 2009-06-04 | 76.8 kB | |
doc_0.1.1.zip | 2009-05-29 | 67.1 kB | |
README.txt | 2009-05-29 | 1.9 kB | |
Totals: 3 Items | 145.8 kB | 0 |
---------------------------------------------------------------------------------------------------------------- NOTE: You can find these instructions as well as detailed installation instructions in the PyBCI documentary. This documentary is also included in every provided zip-file. ---------------------------------------------------------------------------------------------------------------- ------------ There are three different 'aspects' of PyBCI you can download, dependent on what you want to do ------------ For Users ------------ The PyBCI module: pybci_<version>.zip Within this zipped folder youll also find a documentary, a template folder and an example to get an idea how to use PyBCI. For Developers ---------------- The foundation as a module: PyBCI Python code: pybci_<version>_pythonsrc.zip Within this folder, youll find the Python module code - in case you want to delevelop the Python BCI module, but not the C++ source code. Note: To get the C++ foundations, you should install PyBCI before working with this code, anyway. See also the FAQs in the documentary. The whole foundation: BCI C++ source: pybci_<version>_BCIsrc.zip Within this folder, youll find C++ code with SWIG wrapping file - in case you want to develop the C++ code the whole thing, that is actually just the implemented BCI - is working on. Note: To develop the C++ source code, youll need to install - if you do not have it installed anyway as a part of some Microsoft XP Service Pack - Microsoft .NET Framework 3.5. To get it working, youll have to link your code to the library called ws2_32.lib, then. If you have not already installed PyBCI, youll also have to copy two dll, namely inpout32.dll and glut32.dll in your Windows system folder. You can find these in the downloaded folder.