Tagged Questions

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
180 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 ...
2
votes
1answer
364 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 ...
1
vote
1answer
145 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
2answers
688 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
2answers
285 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
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
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 ...