Hi,
Does anyone know how to use the farseer physics engine?
I tried to add the farseer file to my project and added the lines:
using FarseerGames.FarseerPhysics;
using FarseerGames.FarseerPhysics.Collisions;
using FarseerGames.FarseerPhysics.Dynamics;
using FarseerGames.FarseerPhysics.Factories;
but the complier doesnt recgonise these, i dont know why though because i copied them from the farseer examples on the site, does anyone know how to add the engine properly?
Thanks,
Eamonn