Jump to content

matrix decrypting text effect


Recommended Posts

I'm trying to replicate the text effect shown at the beginning of the attached video. Where the characters are randomized and then are replaced with ordered text. I hacked together something that is nearly a solution however it still have issues. I'm packing the characters in the font sop by centroid in a loop and using the resulting points to copy the random characters. But the alignment is messed up. Maybe someone can suggest a way to align the randomized letters. Or maybe someone can sagest a better way to create this effect in Houdini. 

thanks!

 

matrix_decrypting_text_v1.hiplc

Link to comment
Share on other sites

Librarian, thank you for this very interesting set up. It is a useful effect and close to what I'm trying for. It swaps the position of the letters instead of changing the character value of each letter.

Randomizing each character seems like something Houdini could handle. I think they should add an input on the font node. :unsure:

thanks, again!

  • Like 1
Link to comment
Share on other sites

Hi bonassus !

You can get around the "input issue" with an expression referencing a string from somewhere else.
In practice, you can use the details expression to fetch a string from a specific node. This allows you to do any manipulation to that string, and the Font will happily regenerate every frame.

Here's my crude implementation of this idea

sampleText.thumb.gif.9809e2b392fec720a889ce90f5f4f671.gif

 

scramble_text.hipnc

  • Thanks 2
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...