Re: [PD] Text projection in real time

2018-02-28 Thread Christof Ressi
for text display the browser is a naturally choice. I once did some experiments sending and receiving Pd messages with a minimal websockets implementation and it worked fine. > Gesendet: Mittwoch, 28. Februar 2018 um 19:31 Uhr > Von: "João Pais" > An: PD-List > Betreff: [PD] Text projection in

Re: [PD] Text projection in real time

2018-02-28 Thread Berenger Recoules
Have you tried ofelia ? it's pretty new but there are some objects available for text display and it should be pretty straigthforward with [ofDrawText] and [ofSetTextMode] https://github.com/cuinjune/ofxOfelia It should pretty do-able with processing aswell. 2018-02-28 20:17 GMT+01:00 Christof

Re: [PD] Text projection in real time

2018-02-28 Thread Jack
Hello João, Le 28/02/2018 à 19:31, João Pais a écrit : > Hello list, > > I was looking on the best way to display some texts which will be > produced/improvised in realtime. These will be acessible either as a > list, OSC, or on a file. > > I tried gem's 2dtext and [flatgui/entry], but they both

Re: [PD] Text projection in real time

2018-03-01 Thread William Brent
Hi João, I used [text3d] in GEM for my "Typing Hero" piece at the last PdCon. It was a piece for 3 networked laptop players to type text read in from a text file to play Bach 3-part inventions. I found that [text3d] did everything I needed and worked as expected for all the issues you mention, exc