Changes between Version 78 and Version 79 of DevelopGuide


Ignore:
Timestamp:
Mar 31, 2009, 3:28:40 PM (16 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopGuide

    v78 v79  
    2525Papywizard 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).
    2626
     27It 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
    2736== API ==
    2837
     
    103112=== Plugins ===
    104113
    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 papywizard
    111 }}}
    112 
    113 ''Note: under Windows, you can use [http://tortoisesvn.tigris.org TortoiseSVN].''
    114 
    115114Plugins implements one or more 'capacity'. Available capacities are:
    116115
     
    261260}}}
    262261
    263 --
    264     Frédéric
    265 
    266262== Output XML file  ==
    267263