We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, I'm new to use Processing and I want to use it in my design works, to create particular text effect, like the one in the image (I think it's created by Processing). Some one could help me to start with a basic script and some tips? Thanks a lot for your help.
Link to example image:
Answers
render text to an image
pick a random rectangle within the image. move it to another (nearby) position.
repeat...
the trick will be the size of the chunk that you choose and how far you move it. you don't want the former too small or the latter too large.