@haberdasher wrote:
Hi,
I am very new to strings and have done a couple of examples with the Kinect. I want to achieve the effect of a silhouette being typed in text. The text is a passage which I’m loading as a string. I’m splitting the problem into two parts:
The typing effect. I have experimented by dividing a passage into a vector of strings using ofSplitString(passage, " "); I’m not sure if I would be better off with ofTrueTypeFont and using drawStringsAsShapes or stringWidth and stringHeight.
Identifying the blob of the kinect as though it were a canvas where the words start typing from top to bottom and left to right.
Thanks in advance
Posts: 1
Participants: 1