Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Farseer Physics Tutorials, Help files

Is there a tutotial or help file, suitable for a beginner c# programmer to use.

like image 430
Peter Marshall Avatar asked Sep 19 '08 14:09

Peter Marshall


1 Answers

The primary documentation for the Farseer Physics engine is on the homepage.

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

http://www.codeplex.com/FarseerPhysics/SourceControl/DirectoryView.aspx?SourcePath=%24%2fFarseerPhysics%2fDemos%2fXNA3%2fGettingStarted&changeSetId=40048

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.

http://www.codeplex.com/FarseerPhysics/Thread/List.aspx

like image 58
Andrew Burgess Avatar answered Oct 05 '22 01:10

Andrew Burgess