Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

Kinect and Strings

$
0
0

@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:

  1. 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.

  2. 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

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles