Using SketchFlow to prototype MS Surface Applications
Posted
by Isak Savo
on Stack Overflow
See other posts from Stack Overflow
or by Isak Savo
Published on 2010-03-26T12:19:59Z
Indexed on
2010/03/26
12:23 UTC
Read the original article
Hit count: 452
Hi
We're doing mockups/prototyping on a MS Surface device and I wonder if anyone has succeeded in using SketchFlow for this. The problem that I see is that the code generated by the tool uses normal WPF controls (Button, etc.) instead of the contact aware surface counterparts (SurfaceButton) which means that they won't work nice on the surface unless you also use a mouse.
Additionally, it would be nice if it was possible to hook in to other gesture events to trigger sketchflow transitions. Like the pinch gestures to switch page etc.
Has anyone had any success with prototyping for Surface using Sketchflow. If so, how did you do it?
© Stack Overflow or respective owner