Tagged Questions
The farseer tag has no wiki summary.
9
votes
3answers
7k views
Farseer Physics Tutorials, Help files
Is there a tutotial or help file, suitable for a beginner c# programmer to use.
6
votes
1answer
181 views
Change Farseer Physics Engine settings to improve performances
I have sucessfully used Farseer to develop one of my game using XNA. The game runs like a charm in Windows and WP7. I'm currently working on porting my game in IOS using Monotouch and Monogame. I've ...
5
votes
3answers
2k views
Farseer or Box2D? Top-down shooter physics implementation
Which one of these would fit a top down shooter better?
I've heard that Box2D performs faster, but I've also noticed that it lacks wider community support for XNA (it rather seems to be used for ...
4
votes
2answers
148 views
How do I efficiently simulate a grid of static rectangles in a physics engine?
I'm making a space shooter which takes place in a big dungeon, which consists of large rectangles to define walls. Everything in the game is physically simulated using Farseer Physics. There's one ...
3
votes
3answers
1k views
OnCollision event handler problems in C# XNA with Farseer Physics
I have this working ok(ish) in my game at the moment, but i'm not fantastic at maths. When two primatives collide, I want them to smash up into tiny bits if the force applied to a primative was over a ...
3
votes
3answers
642 views
Simple 2D rocket dynamics
I am currently experimenting with some physics toys in XNA using the Farseer Physics library, however my question isn't specific to XNA or Farseer - but to any 2D physics library.
I would like to add ...
3
votes
1answer
391 views
How to resize a Farseer body, along with it's joints and connected bodies?
I'm using FarSeer and XNA.
Is there an easy way to resize or scale a FarSeer body ?
Thanks.
2
votes
1answer
205 views
Create a body of a irregular 2D sprite in Farseer
Im trying to create a body of a irregular 2D sprite Farseer 3.3.1. Could it be done with using BodyFactory.CreateCompoundPolygon method?
2
votes
1answer
473 views
Farseer physics (Box2D) - Fixture rotation around point
I'm having a bit of trouble with rotating a Fixture in the Farseer Physics Engine (using XNA). Basically, i have a fixture, set up as such:
private void setUpPhysics(World gWorld, Vector2 position)
...
2
votes
1answer
365 views
How to make a physics character moving without rotating
currently I'm developing a simple game which uses physics engine (Farseer for XNA).
I would like to ask how can I make the character so that he can walking on the ground, jumping on platform without ...
2
votes
1answer
304 views
How to parse image for border vertices? Complex object geometry (farseer physics)
How could I create body vertices by scanning image and detecting it's shape (of it's non-transparent pixels)?
I wanna create complex geometry, and I actually have no real idea where to start, so any ...
2
votes
4answers
1k views
How can I manipulate a RagDoll made with farseer physics in Silverlight?
I made a ragdoll similar to the one in this demo. This rag doll will be used for a turn based rpg game where the physics will be used for animations such as character taking damage, dying, falling ...
1
vote
3answers
164 views
Farseer physics Engine 3.1 with Mango
When I try to reference the project of farseer with a WP7 game targeted to mango, it gives an error about these projects being different in "refresh levels"
The integration with a NoDo Game works ...
1
vote
1answer
97 views
“nullreferenceexception was unhandled” in body.cs of farseer physics engine
I'm a c++ programmer trying out c#. I've done a lot with box2d in c++, but this is my first time with c#. So, I'm trying to make a simple game with farseer physics engine. When I try to compile my ...
1
vote
1answer
146 views
Farseer 3.3 Checking if a non enabled body will collide if it were to be enabled (spawning)
I am using Farseer 3.3 and XNA.
I have a problem that i just cant solve in a nice way.
I have a situation where there is a world with bodys in it all working away doing there thing.
I then have an ...
1
vote
3answers
93 views
How to determine if an object is at rest?
Using the physics helper library.
I'm trying to figure out how I can determine whether a physics object is at rest. Does anyone know how to do this or have any ideas of what I could do?
An example ...
1
vote
3answers
501 views
How to start, where to learn ( Farseer )
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 ...
1
vote
1answer
548 views
Farseer physics…hello world…?
I have no idea why but I cant seem to find out why this isn't working...
I'm trying to make something really simple, like something that just falls off the screen.
It seems like with the latest ...
1
vote
1answer
166 views
WP7: Farseer for Silverlight?
Im struggling to setup Farseer for WP7 Silverlight. Which version is the correct one for Silverlight on WP7? The "Farseer Physics Engine 3.2 WP7"-version only seem to work with XNA-projects and all ...
1
vote
1answer
324 views
XNA & Farseer - Collision with a random edged shape
I have setup Farseer in my XNA project and have a player body which falls endlessly because of gravity. What I want the player to do is "land" on the random edged image I have in the window using the ...
1
vote
1answer
440 views
How to drag a Farseer body with the mouse, without springiness?
I am using Farseer and XNA.
I'm trying to drag an body with the mouse, but I don't want a spring behavior,
like in the demos.I want the object to follow the mouse very closely and without springiness, ...
1
vote
2answers
689 views
Farseer Physics XNA Geom 'Tripping'
I have an issue similar to http://farseerphysics.codeplex.com/Thread/View.aspx?ThreadId=72364
I have a rectangle player geom, and many rectangle tile geoms lined up next to each other.
Occasionally ...
0
votes
1answer
97 views
C# XNA Farseer - Creating Shapes From Textures
I want to create collision vertices to attach to bodies in XNA with Farseer, according to loaded Texture2Ds.
A caveat, first of all. is that I'm not using Farseer for anything other than collision. ...
0
votes
0answers
47 views
Raycast missing detections using Farseer Physics in VB.NET.XNA
I'm using a raycast to determine the anchor location of a ropejoint. By using some simple draw calls, I can see that the ropejoint is being reliably created at the point the raycast returns. My ...
0
votes
0answers
50 views
Rotation with fixture in farseer WP7
I want to rotate with objects in WP7 so in Update method I have this:
for (int i = 0; i < _obstacleFixtures.Count; i++)
{
_obstacleFixtures[i].Body.Rotation += 0.02f / _pixelsPerMeter;
...
0
votes
1answer
120 views
FarSeer : Remove Object On MouseClick
I'm still developing a small game, where I want to remove boxes when I click with mouse using FarSeer Engine 3.3 [if there is a solution I may already use 3.1]
Do not show me the example sources ...
0
votes
2answers
108 views
Farseer Meter/Pixel Ratio
I've done a lot with box2d in c++, and am giving C# a try. It looks like Farseer is generally used in place of Box2D (I'm aware of Box2DXNA, but it seems a little outdated.) So, Farseer is what I've ...
0
votes
1answer
60 views
Moving A Body With A Texture
I am using Farseer Physics Engine to build a "Monster Dash" like game targeted for the PC using C# and XNA,
I am trying to move a body with it's texture, the texture is built from parts so they all ...
0
votes
2answers
128 views
Farseer Physics Vector2 class
I'm trying to make an XNA game using Farseer Physics, and it's complaining that XNA and Farseer both have a class called Vector2.
How would I make it only use one of them?
0
votes
1answer
384 views
collision detection in farseer physics engine 3.3
for those of you familiar with farseer , I have a question regarding collision detection. I´ve read a lot of stuff and watched an excellent video tutorial on XNAtutorial by Joran Omark. Unfortunately ...
0
votes
0answers
130 views
Farseer/XNA Assertion Failed, Vector2 position for body modified by camera matrix
I created a camera with a matrix and used it to move the view point in 2D. Basically I started from this template:
http://torshall.se/?p=272
I also had in one of my class, a simple code to spawn boxs ...
0
votes
0answers
57 views
Walking in Farseer
Can you create character that walk in farseer?
I'd like them to walk and run but tumble when they hit things, and maybe stand back up again.
Is there a tutorial that's already done this? or should i ...
0
votes
2answers
288 views
Farseer physics: Collision detection issues
I have three rectangular blocks: ground block, blue block, hero block.
Ground is placed at the bottom of screen, blue block lay on ground block and hero block is falling down to blue block. I have ...
0
votes
1answer
205 views
XNA Farseer Physics Troubles
So I have a game object and I create a body by loading in a texture from file and converting it:
Texture2D polygonTexture = Texture2D.FromStream(Game.graphicsDevice, ...
0
votes
1answer
286 views
Farseer 3.3 DebugViewXNA - Hooking it up
I have been trialling farseer 3.3 in XNA. For the life of me I cannot get DebugViewXNA to work.
I have a World object with a couple of bodies in there. The bodies are fixed to polygonal models, so I ...
0
votes
1answer
155 views
Creating an island for separate gravity control on XNA using Farseer Physics Engine 3.0
I just started using the Farseer engine and so far it's been pretty easy to understand and implement in my aps. I was wondering if there was a way to put a control into a different "world" so that I ...
0
votes
2answers
206 views
How can I rotate this matrix around the center?
My XNA game uses Farseer Physics, which is a 2d physics engine with an optional renderer for physics engine data, to help you debug. Visual debug data is very useful, so I have it setup to be drawn ...
0
votes
2answers
84 views
Farseer span between objects
There is situation: object "A" falls down on static object "B", but when "A" lands on "B" there is span between "A" and "B". How to solve the issues?
0
votes
1answer
156 views
MonoTouch JIT doesn't seem to like custom hashset class
I'm working on getting FarseerPhysics to compile in MonoTouch. It works fine when I use the HashSet in System.Collections.Generic, however Farseer has its own Hashset class it uses for Xbox 360 and ...
0
votes
1answer
276 views
Farseer Physics Engine - Body won't go past certain speed no matter the impulse applied
Hello
I'm relatively new to farseer engine, which i'm currently trying to integrate with my own.
I decided to test a few things, saw the samples, but there's is definitely something wrong about what ...
0
votes
1answer
355 views
Farseer acceleration with Gravity help?
I am new to the Farseer library and I am attempting to make a C# forms application using Farseer. I have created a form, placed a floor on the form and I am dropping a single rectangle from the top ...
0
votes
1answer
482 views
XNA Farseer - How to actually make it work?
I have implemented the Farseer engine into my 2D XNA platformer project.
I created a Body using an image of piece of terrain which loads and draws nicely, I created a second body which is the player ...
0
votes
1answer
49 views
How to determine if a force is making a difference
I'm making a game in which I'm creating an animation system that speeds up based on the velocity of the character.
The problem is this won't work for the instance of a treadmill.
I do not have the ...
0
votes
1answer
157 views
Extracting edges of a texture into an array for collision detection
I'm in the early stages of creating a 2D game as a something to do in my spare time.
For this game I want to create destructible terrain and was hoping I can get some good ideas on the matter. I plan ...
0
votes
1answer
831 views
0
votes
4answers
216 views
Plotting points for a projectile before a force is applied
For example in Peggle or Apple Jack, the user can move around a curve showing where the ball (or the washing machine / panda or whatever) is about to go before the user has requested that the ...
0
votes
2answers
670 views
Farseer setup in Visual studio to work with C# and XNA
I have downloaded the folder containing the Farseer Physics engine. and I have a game that I am working on using C# and XNA.
The issue Im having is that I dont know how to add the files for Farseer ...
0
votes
1answer
903 views
Silverlight Usercontrol Onload Event when generated in another Usercontrol, to apply farseer physics
Didn't know how to phrase the question better but basically I have a usercontrol that I dynamically add into another usercontrol. The child usercontrol has a set of images and basically I need to know ...