Last few days I'm trying to start with farseer library, however i just can't get anything work properly. Documentation is very poor and there aren't many ( any? ) resources on the internet relating to 3.3.1 version. It's my first time trying to use physics engine, so it is even bigger problem to me.

link|improve this question

feedback

3 Answers

up vote 5 down vote accepted

There are examples in their tutorial section as well as their sample source code. In particular, if you want to see how a certain fucntion can be used, you should go through their Test Bed source code which demonstrates how to the use main functions in XNA.

For theory, and possibly other methods, you can look for documentations related to Box2D. Farseer is a port of the Box2D engine, so most information from Box2D can be transferred to Farseer quite easily.

link|improve this answer
I can find only 3.3.1 on codeplex download site, is there any other place i should get it from? – Neomex Jun 7 '11 at 20:13
I might be blind, or just too exhausted, but i still see only 3.3, 3.2 or 3.3.1, not 3.3.3 :) – Neomex Jun 7 '11 at 20:31
@Neomex - My bad, I'm the one being blind :D. 3.3.1 is the latest one :) Apologies for that goose chase. – keyboardP Jun 7 '11 at 20:43
feedback

There is quite a bit documentation...

http://farseerphysics.codeplex.com/documentation

This is where you would start.

link|improve this answer
Yes, i checked it before, but I'd rather say that it is some kind of small introduction, not real manual. – Neomex Jun 7 '11 at 20:34
feedback

You should study the simple examples project on CodePlex in order to get started. The next step is to get involved on the codeplex forum and the StackOverflow tag.

link|improve this answer
sad thing that most of them are for older version, but it helps me anyway, thanks – Neomex Jun 7 '11 at 20:32
Yeah i was hoping for an update by now. I went through all of these last fall. – retrodrone Jun 7 '11 at 20:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.