jit.gl.text2d problem with arab et hebrew alphabet
hello
I created a patch with jitter which displays a cloud of sentences.
The sentences come from public contributions by a web page.
The contributions are international with many different alphabet.
I take from the internet a file text with all the contributions and I open this file text with jit.textfile.
With jit.gl.text3d I have no problem with all alphabet, all is displayed correctly,
especially Hebrew and Arabic.
But i need to use 50 sentences in same time and this object is too is expensive in CPU resource and the animation is too slow, less than 9 fps...
With jit.gl.text2d I can use over 200 object in same time, but I have a very serious problem.
jit.gl.text2d don't display Arabic and Hebrew alphabet (writing from right to left) and only the last character appears on the screen.
Someone should have a solution?
An update of the object jit.gl.text2d in the futur can correct this problem?
I need to choose another system that max ?
thank you in advance !...