Tagged Questions
1
vote
2answers
767 views
MonoGame reading touch gestures
I am currently writing a game using the fantastic monogame framework. I am having trouble reacting to touch input correctly. When a user drags horizontally or vertically I want to perform an action ...
0
votes
1answer
84 views
Primitives for the iphone with monogame
I am trying to draw some primitives with monogame. I am using the GraphicsDevice and the DrawUserPrimitives method. Although I can see the rectangle I am drawing in an Android device it is missing on ...
1
vote
1answer
492 views
iOS Leaderboard GameCenter
I am trying to integrate the leader board with my iOS Game.
I see that the GKScore class requires a category, however, I only have one leader board. I don't see the field category anywhere. I have a ...
6
votes
1answer
682 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 ...