WPF 物理引擎
我正在寻找 WPF 的 2D 物理引擎,而不是 Silverlight。物理引擎应该是可混合的,以便我可以在混合中指定特定控件的行为。有吗?
I'm looking for a 2D physics engine for WPF, not Silverlight. The physics engine should be blendable so that I can specify in blend a behavior of a specific control. Are there any?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,镇上唯一的游戏是 Farseer 物理引擎 与 Physics Helper 并且它们仅正确支持 Silverlight。主要问题似乎是缺乏想要 WPF 支持的积极用户。您唯一真正的选择是将
Physics Helper
移植到 WPF。 之前已完成,因此您可以使用旧版本,如果您可以找到它或者再做一次。Unfortunately, the only game in town is the Farseer Physics Engine in combination with the Physics Helper and they are only properly supported for Silverlight. The main problem seems to be a lack of motivated users wanting WPF support. Your only real option is to port
Physics Helper
to WPF. It's been done before so you can use the old version if you can find it or do it again.