💥 Wake up Neo ! Typewriter effect in [ TouchDesigner ] DAT + CHOP = Tutorial
Mark Tutorial Completed! A tutorial that explain how to create a typewritter effect like in the command line terminal in TouchDesigner. We will use DAT & CHOP. easy approach for beginners. – Python Code : def onCook(scriptOp): scriptOp.clear() context = scriptOp.inputs[0].text ConvertList = list(context) for char in ConvertList: scriptOp.appendRow([char])