Re: [PD] letters that move to their correct position to form readable text

2009-08-18 Thread Jack
Le mardi 18 août 2009 à 20:36 +0100, Claude Heiland-Allen a écrit : > tim vets wrote: > > btw: Does text3d support a newline character ? > > You can send "string" messages of Unicode code points (or some other > encoding, not entirely sure) to [text3d], which includes newlines. > > "string 48 4

Re: [PD] letters that move to their correct position to form readable text

2009-08-18 Thread cyrille henry
Claude Heiland-Allen a écrit : tim vets wrote: btw: Does text3d support a newline character ? You can send "string" messages of Unicode code points (or some other encoding, not entirely sure) to [text3d], which includes newlines. "string 48 49 10 50 51"--[text3d] Note that this is undocume

Re: [PD] letters that move to their correct position to form readable text

2009-08-18 Thread Claude Heiland-Allen
tim vets wrote: btw: Does text3d support a newline character ? You can send "string" messages of Unicode code points (or some other encoding, not entirely sure) to [text3d], which includes newlines. "string 48 49 10 50 51"--[text3d] Note that this is undocumented in the help patch in old ve

Re: [PD] letters that move to their correct position to form readable text

2009-08-18 Thread tim vets
Hello, Thanks for sharing your insights! The project turned out to be a little different from what I first thought though. Now it's like this: A text is shown, but only the word lengths are correct, most letters are randomly swapped with another letter in the text. The letters one by one flip ba

Re: [PD] letters that move to their correct position to form readable text

2009-08-14 Thread Max
hi tim, additionally to what frank said you might want to use a font with fixed width, otherwise you need to parse the kerning information somehow. with a fixed width you can just count the letter position and add the space to the x-position. use [text3d]. max Am 14.08.2009 um 10:44 sc

Re: [PD] letters that move to their correct position to form readable text

2009-08-14 Thread Claude Heiland-Allen
i...@timvets.net wrote: Hi all, I'm looking for a way to do this: Show text where the letters are positioned randomly across the screen. Then gradually move the letters towards their correct position, to show the original, readable text... any suggestions? Thanks! Tim IIR: next position := cu

Re: [PD] letters that move to their correct position to form readable text

2009-08-14 Thread Frank Barknecht
Hallo, i...@timvets.net hat gesagt: // i...@timvets.net wrote: > I'm looking for a way to do this: > Show text where the letters are positioned randomly across the screen. > Then gradually move the letters towards their correct position, to show > the original, readable text... For showing letter

[PD] letters that move to their correct position to form readable text

2009-08-13 Thread info
Hi all, I'm looking for a way to do this: Show text where the letters are positioned randomly across the screen. Then gradually move the letters towards their correct position, to show the original, readable text... any suggestions? Thanks! Tim ___ Pd