Changes between Version 78 and Version 79 of DevelopGuide
- Timestamp:
- Mar 31, 2009, 3:28:40 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopGuide
v78 v79 25 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 It is best to work on the subversion branch. To get it, just do: 28 29 {{{ 30 $ svn co http://svn.gbiloba.org/papywizard/trunk papywizard 31 }}} 32 33 ''Note: under Windows, you can use [http://tortoisesvn.tigris.org TortoiseSVN].'' 34 35 27 36 == API == 28 37 … … 103 112 === Plugins === 104 113 105 Hello Jones,106 107 You seems to be familiar with programing. So, I will explain you the way to develop plugins for Papywizard. First, I suggest you use the svn repository:108 109 {{{110 $ svn co http://svn.gbiloba.org/papywizard/trunk papywizard111 }}}112 113 ''Note: under Windows, you can use [http://tortoisesvn.tigris.org TortoiseSVN].''114 115 114 Plugins implements one or more 'capacity'. Available capacities are: 116 115 … … 261 260 }}} 262 261 263 --264 Frédéric265 266 262 == Output XML file == 267 263