jitter newbie: displaying text from a file

benniy's icon

hello there,

i'm working on a project of which i assume jitter could be of help. i'm fluent in max, yet have never worked with jitter. basically i'm trying to do no more than a fullscreen presentation (à la powerpoint), which displays text in a jitter matrix (screen / window?). ideally this text is somewhat styleable as for alignment, position and size. i'd like to feed this matrix from with a (local) textfile that has some kind of delimiters to determin when a new block of text within this file should be visualised.

any hints for me where to read up on this?
thanks

Rob Ramirez's icon

jit.world, jit.gl.text and jit.textfile are your friends.

i would to it by putting each block on it's own line in a text file. that way it's simply a matter of sending the "line" message to jit.textfile to output each block.

you can use the jit.gl.text "line_length" attribute to format the text.