iPad: How to let a user write a hand-written note using a Pogo(like) stylus?
Posted
by MikeN
on Stack Overflow
See other posts from Stack Overflow
or by MikeN
Published on 2010-05-14T16:24:30Z
Indexed on
2010/05/17
16:30 UTC
Read the original article
Hit count: 272
How could I let a user jot a quick hand-written note on an iPad using a Pogo-like stylus? (Or by using their finger, some kind of stylus makes it more legible feasible.)
Initial thoughts:
1) Open GL canvas?
2) Store the output as a .png/.jpg snapshot of the openGL screen (by taking a screenhot of the iPad?
3) Would the note be limited to one screenshot, could there be a scrollable area notepad to write out a long note?
© Stack Overflow or respective owner