Farseer Physics Tutorials, Help files
Asked Answered
L

4

11

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

Lanate answered 19/9, 2008 at 14:5 Comment(0)
U
8

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

Underwent answered 19/9, 2008 at 15:30 Comment(0)
A
6

I realize this is an old question, but for future searchers I will post a few links:

Farseer Physics Helper

Physics helper for Blend makes it very easy to create realistic looking games or demos using practically no code :)

http://physicshelper.codeplex.com/

Farseer Physics Engine Simple Samples

Very simple and easy to understand samples (compared to the original Farseer ones)

http://farseersimplesamples.codeplex.com/

Alteration answered 17/12, 2009 at 19:22 Comment(0)
M
3

Andy Beaulieu has beein doing a lot of work to make Farseer easier to use in Silverlight, you can read about it here:

http://www.andybeaulieu.com/Home/tabid/67/EntryID/115/Default.aspx

Maker answered 19/9, 2008 at 15:27 Comment(0)
L
0

Great webcast with a Farseer tutorial - http://msdn.microsoft.com/en-us/hh781459.aspx

Lymanlymann answered 23/3, 2012 at 1:36 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.