TouchTable - 这些只是 Microsoft Surface 平板电脑吗?
我遇到了这些人,http://www.touchtable.com,这项技术看起来非常像 MS表面。有人了解他们吗?
1) 硬件是 MS Surface 平板电脑吗?
2) 这些 UI 背后的代码 基于表面,即 XAML / .NET?
任何意见将不胜感激。
I came across these guys, http://www.touchtable.com, and this technology just looks so much like MS Surface. Does anyone know about them?
1) Is the hardware MS Surface tablets?
2) Is the code behind these UIs
Surface-based, i.e. XAML / .NET?
Any input will be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这根本没有连接到 Microsoft Surface。但是,WPF 4 和 Surface Toolkit for Windows Touch (http://msdn.microsoft.com/en-us/library/ee957352.aspx) 具有可扩展性机制,可让您转换来自其他系统(如 TouchTable)的输入并使用 Surface UI 控件时将这些输入事件泵入 WPF 4。以下是执行此操作的示例: http ://blogs.msdn.com/b/ansont/archive/2010/01/30/custom-touch-devices.aspx。
This is not connected to Microsoft Surface at all. However, WPF 4 and the Surface Toolkit for Windows Touch (http://msdn.microsoft.com/en-us/library/ee957352.aspx) have an extensibility mechanism that will let you convert input from other systems (like TouchTable) and pump those input events into WPF 4 while making use of the Surface UI controls. Here is an example of doing that: http://blogs.msdn.com/b/ansont/archive/2010/01/30/custom-touch-devices.aspx.
不,这不是 Microsoft Surface。 Surface 是基于视觉的,因此它也可以识别放置在表面上的物体。这是触摸驱动的,因此它无法识别物体。差别很大。
No, this isn't Microsoft Surface. Surface is vision based, so it can also recognize objects placed on the surface. This is touch-driven, so it won't recognize objects. Big difference.