开源 WPF 触摸应用程序示例?
我正在寻找一些专门为触摸设计的 WPF 应用程序。最好它们是开源的。我并不真正关心应用程序的功能,我只是想为我将要编写的 Win7 WPF 触摸应用程序获得一些设计想法。我想看看 WPF touch 可以做什么。
谢谢
I'm looking for some WPF applications specifically designed for touch. Preferably they'd be open source. I don't really care about the apps function, I just want to get some design ideas for a Win7 WPF touch app I'll be writing. I'd like to see what can be done with WPF touch.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有大量很棒的 silverlight 示例应用程序 ( http://www.Silverlight.net/showcase/ )这与 WPF 应用程序非常相似。如果您只是想要设计想法,那么值得一试,而且它们是基于网络的,因此您无需安装它们。
还可以查看 Windows 8 Developer Preview(如果您认识有人使用它或有时间安装它)。那里也有一堆预加载的基于触摸的应用程序,也非常像 WPF
There are a ton of great silverlight example apps ( http://www.Silverlight.net/showcase/ ) which are very similiar to WPF apps. Worth a shot if you just want design ideas, Plus they are web based so you don't have to install them.
Also can look at Windows 8 Developer Preview (if you know someone with it or have the time to install it). there are a bunch of pre-loaded touch based apps there too, also very much like WPF
我会考虑使用 Surface 2.0 SDK。它有很多针对触摸交互进行优化的控件。
Anson Tsao 还写了一篇关于如何在 WPF 4 中直接使用 Touch API 的文章,第一篇文章在这里:
http ://blogs.msdn.com/b/ansont/archive/2009/12/03/multi-touch-in-wpf-4-part-1.aspx
您可以下载一个 zip 文件,其中包含如何合并多点触控功能的示例。
如果您确实只是在寻找设计灵感,请深入研究 Surface。关于如何创建多用户多点触控体验,人们有很多很棒的想法。
I would look into using the Surface 2.0 SDK. It has a lot of controls that are optimized for touch interactions.
Anson Tsao also did a writeup of how to directly use the Touch APIs in WPF 4, the first post of which is here:
http://blogs.msdn.com/b/ansont/archive/2009/12/03/multi-touch-in-wpf-4-part-1.aspx
There's a zip file you can download with examples of how you can incorporate multitouch functionality.
If you're really just looking for design inspiration, dig more into Surface. There has been a lot of great thinking there about how to create multiuser multitouch experiences.