News
Workshop interne avec l’équipe de l’EPFL-ECAL-lab pour évaluer lubyk. Si tout va bien, on aura quelques démos à mettre en ligne…
Nous travaillons actuellement sur le spectacle des bateaux pour nulle part prévu pour l’automne 2012.
Plot object
Seeing the signals live really helps ! Plot plot plot.

We have just created a basic Plot object with openGL. We will use this object with Svm to validate recorded movements.
It just plots whatever it receives as an array, grouping signals into lines and groups:
Since we have 12 signals that we want to group 3 by 3, we create a plot object with:
Plot(line:4 group:3)
It is very unstable/alpha because we could not find a good way to open multiple windows and keep a reference to our object from within the GLUT callbacks (we hacked around this problem with a global variable :-{{ ).
Anyway, it’s really nice to see things moving on a screen that is not scrolling text.