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.