C# Farseer 物理教程,帮助文件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/102070/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Farseer Physics Tutorials, Help files
提问by Peter Marshall
Is there a tutotial or help file, suitable for a beginner c# programmer to use.
有没有教程或者帮助文件,适合初学c#程序员使用。
采纳答案by Andrew Burgess
The primary documentation for the Farseer Physics engine is on the homepage.
Farseer 物理引擎的主要文档位于主页上。
http://www.codeplex.com/FarseerPhysics/Wiki/View.aspx?title=Documentation&referringTitle=Home
http://www.codeplex.com/FarseerPhysics/Wiki/View.aspx?title=Documentation&referringTitle=Home
You can also check out the source code, they have a demos folder in there, though it's only got one example, but it can show you how to implement the engine
你也可以查看源代码,里面有一个 demos 文件夹,虽然只有一个例子,但它可以告诉你如何实现引擎
For a last resort, check out their forums, and ask some questions. They seem nice enough that they should be able to help you out with any questions.
作为最后的手段,请查看他们的论坛,并提出一些问题。他们看起来很好,他们应该能够帮助你解决任何问题。
回答by Bill Reiss
Andy Beaulieu has beein doing a lot of work to make Farseer easier to use in Silverlight, you can read about it here:
Andy Beaulieu 做了很多工作来让 Farseer 在 Silverlight 中更容易使用,你可以在这里阅读它:
http://www.andybeaulieu.com/Home/tabid/67/EntryID/115/Default.aspx
http://www.andybeaulieu.com/Home/tabid/67/EntryID/115/Default.aspx
回答by Sune Rievers
I realize this is an old question, but for future searchers I will post a few links:
我意识到这是一个老问题,但对于未来的搜索者,我将发布一些链接:
Farseer Physics Helper
Farseer 物理助手
Physics helper for Blend makes it very easy to create realistic looking games or demos using practically no code :)
Blend 的物理助手使创建逼真的游戏或演示变得非常容易,几乎不需要代码:)
http://physicshelper.codeplex.com/
http://physicshelper.codeplex.com/
Farseer Physics Engine Simple Samples
Farseer 物理引擎简单示例
Very simple and easy to understand samples (compared to the original Farseer ones)
非常简单易懂的样本(与最初的 Farseer 相比)
回答by Guilherme Defreitas
Great webcast with a Farseer tutorial - http://msdn.microsoft.com/en-us/hh781459.aspx
Farseer 教程的精彩网络广播 - http://msdn.microsoft.com/en-us/hh781459.aspx