Home > Programming, Thesis Project > Data to jit.gl.text2d 01

Data to jit.gl.text2d 01

March 6th, 2008

I decided to use jit.gl.text2d as the main object to draw my texts on the screen.
Here are some test about the object.
In this moment, I would like to connect my data analyze patch to the jit.gl.text2d patch to see if it’s work.
It is not complicate as it looks like.
data to jit.gl.text2d patch:
data to text2d

Fortunately, It works. see!!! I typed good. Did you see that!
Result:
See! It works!

Next step, I realized that one text object can only content one text ,then how to make multiple texts on the screen?
That’s easy! As a normal person, I will try to duplicate the patch……I won’t attach it here, just imagine “data to jit.gl.text2d patch” duplicate 100 times. I’ll tell you the result: it works.

Result:
Ok! I only did 3 times..

Programming, Thesis Project

Comments are closed.