Blame view

README.md 509 Bytes
3ac09c86   rlentieu   modif Readme
1
2
3
4
5
6
7
8
9
10
11
   P9 - Projet de Tableau blanc intéractif 
  LENTIEUL Romuald - Mazier Léo
  
  WIIMOTE WHITEBOARD
  This is the main program of our project that allows you to control your computer window on a whiteboard.
  
  There is our code and the WiimoteWhiteboard.sh who can run our program.
  No need to compile !
  To run our program:
  
  - open a terminal
abc8c697   rlentieu   modif Readme
12
13
   #cd WiimoteWhiteboard
   #./WiimoteWhiteboard.sh
7cc842e9   rlentieu   modif Readme
14
15
16
17
18
  
  There is also the Jpaint program to edit your pictures:
  to run it:
  
  - open another terminal:
abc8c697   rlentieu   modif Readme
19
20
   #cd JPAINT
   #./Jpaint.sh
3ac09c86   rlentieu   modif Readme
21
22
  
  Enjoy !