Hello,
I have been using Max for some years but is completely new to Jitter.
I am working on a project where I need to project streams of sensor data in the form of text and numbers unto a wall, of like this:
1, /myo1 0.11811 -0.165354 -0.362205 -0.15748 -0.070866 -0.015748 -0.330709 -0.07874 -0.168274 -0.342957 0.710205 0.591309 0.104492 -0.660156 0.65625 12.5625 7.0625 3.125 6920653.787671
;
2, /myo1 0.023622 -0.251969 0.291339 0.062992 0.062992 -0.110236 -0.149606 -0.062992 -0.168274 -0.342957 0.710205 0.591309 0.104492 -0.660156 0.65625 12.5625 7.0625 3.125 6920653.893302
;
3, /myo1 0.03937 0.062992 -0.141732 0.094488 0.047244 -0.007874 0.283465 0.03937 -0.168274 -0.342957 0.710205 0.591309 0.104492 -0.660156 0.65625 12.5625 7.0625 3.125 6920661.371253
;
etc...
The incoming data is continuously updated, so I would like the projection to be as well, sort of like the falling numbers in the Matrix movie.
I have been looking into jit.gl.text2d and have the feeling I need to use jit.matrix and jit.fill but I just don't know enough about Jitter to pull it off.
Thanks, Adam