Name | Modified | Size | Downloads / Week |
---|---|---|---|
pybci_0.4_pysrc.tar | 2009-09-30 | 398.3 kB | |
pybci_0.4_BCIsrc.tar | 2009-09-30 | 535.6 kB | |
pybci_0.4.tar | 2009-09-30 | 1.9 MB | |
pybci_0.4r.zip | 2009-09-30 | 277.6 kB | |
pybci_0.4.zip | 2009-07-24 | 163.2 kB | |
pybci_0.4_pysrc.zip | 2009-07-24 | 105.4 kB | |
pybci_0.4_BCIsrc.zip | 2009-07-24 | 357.5 kB | |
doc_0.4.zip | 2009-07-24 | 91.9 kB | |
doc_0.3.zip | 2009-07-15 | 91.5 kB | |
pybci_0.3.zip | 2009-07-15 | 241.0 kB | |
pybci_0.3_pysrc.zip | 2009-07-15 | 103.2 kB | |
pybci_0.3_BCIsrc.zip | 2009-07-15 | 222.6 kB | |
pybci_0.2.zip | 2009-06-04 | 224.7 kB | |
doc_0.2.zip | 2009-06-04 | 76.8 kB | |
pybci_0.2_pysrc.zip | 2009-06-04 | 85.9 kB | |
doc_0.1.zip | 2009-06-03 | 67.1 kB | |
pybci_0.1_BCIsrc.zip | 2009-06-03 | 201.9 kB | |
README.txt | 2009-06-03 | 1.8 kB | |
pybci_0.1_pysrc.zip | 2009-06-03 | 74.1 kB | |
Totals: 19 Items | 5.2 MB | 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.