Changes between Version 65 and Version 66 of DevelopGuide
- Timestamp:
- Oct 14, 2008, 4:30:24 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopGuide
v65 v66 23 23 == Introduction == 24 24 25 Papywizard is entirely written in python. It uses PyGTK (Python bindings for GTK) toolkit for the GUI, and a few additional modules, mainly for hardware control (pybluez and pyserial). Optionnaly, vpython(OpenGL-based module) can also be used to simulate the position of the head (note that this will be soon a separate application).25 Papywizard is entirely written in python. It uses '''PyGTK''' (Python bindings for GTK) toolkit for the GUI, and a few additional modules, mainly for hardware control, '''pybluez''' and '''pyserial'''. Optionnaly, '''vpython''' (OpenGL-based module) can also be used to simulate the position of the head (note that this will be soon a separate application). 26 26 27 27 == API ==