Box2D is a free open source 2-dimensional physics simulator engine written in C++ by Erin Catto and published under the zlib license

learn more… | top users | synonyms

0
votes
1answer
58 views

Box2d AS3 Flash simulating wind on top down view with friction

I am trying to make a top down game where you throw a disc using Box2d. The world has no gravity so the disc can be thrown and just bounces around the stage with the inertia and linear damping that I ...
0
votes
2answers
32 views

Why Box2D body doesn't collide?

I does some tests with Box2D and stuck with it. Here is my body-construct code: var bodyDef:b2BodyDef = new b2BodyDef(); bodyDef.type = b2Body.b2_dynamicBody; ...
-1
votes
1answer
35 views

Make a body bounce inside the screen

I'm a full newbie with 2d and physics engines, I want to make a body bounce insice a screen (like the classic windows screensaver). When the body reaches the left or right side of the screen reverse ...
1
vote
1answer
36 views

Cocos2d - Is is possible to turn off collision for a Box2d b2Body with a b2FixtureDef?

I have a b2Body with a b2FixtureDef. I'd like to be able to turn off the ability of the b2Body to collide. Is this possible?
0
votes
2answers
59 views

How to do slow motion effect in side view flash game with box2d

As i am working on side view bike stunt game in which am trying to add slow motion effect when a bike performs stunts. Is there any solution for showing such kind of slow motion effect in Box2D. can ...
0
votes
0answers
24 views

box2d body spiral movement

I found a post on the forum box2d Spiral Movement with some code for making a body move in a spiral motion. The body is moving strangely and suddenly goes off screen but not in a spiral motion. I ...
1
vote
0answers
50 views

Collision detection in cocos2d 2.1 for CCPhysicsSprite

enter code hereToday,I've faced new issue regarding collision detection between two CCPhysicsSprite objects. I am using "MyContactListener" class for detect collision. Please check some part of my ...
0
votes
1answer
103 views

Rotating body around a point Box2D Cocos2d

I have a problem when rotating a triangular image like a radar detecting enemies. b2Body *body; CCSprite *actor; if (b->GetType() == b2_kinematicBody && myActor == [loader ...
4
votes
1answer
87 views

How to make binocular effect in cocos2d?

I need to make binocular effect with blur and scale inside custom frame to follow an object(sprite), like this Any ideas how to make it? Great thanks for help!
1
vote
2answers
41 views

Removing joints with Farseer

I'm using Farseer in Unity and I'm having difficulty figuring out how to remove joints using script. I want to remove all the joints in my scene. I've been trying to use things like: world.JointList ...
0
votes
0answers
75 views

libgdx box2d interpolation doesn't work well

I am developing an Android game with libgdx and box2d. My Problem is that the interpolation of the body in box2d doesn't work well... The body is laging a bit. The body is "less laging" without the ...
0
votes
0answers
50 views

Box2D ball won't bounce

I'm trying to create a Pong clone, but when i create the paddles and the ball, and i give the ball an initial force to a side, it won't bounce when hitting the paddle Code: void ...
0
votes
1answer
54 views

rotating body and attached sprite in box2d

I have a question that is killing me... I'm using LevelHelper to make a level in Box2d. So I have a triangular sprite attached to a triangular body. Now the problem is that I want to rotate that ...
0
votes
1answer
49 views

How to make a box2d body follow a sine curve

I would like to make a sprite follow the path of a sin curve, using the SetVelocity(x,y) function. At first this seemed simple to me, I made a function that returns the derivative of the function I ...
0
votes
0answers
16 views

how to start a prismatic joint fully extended in box2d

i have build a basic pressable switch using two bodys and a prismatic joint. it works wonderfully. however after creation, the joint starts at the lowerTranslation and then extends to the ...
0
votes
1answer
23 views

weird method applyForceToCenter in box2d

I have just learned to use box2d. Here is my problem. When the system starts, if I use the method ApplyForceToCenter to control the box's speed, the body just flies away, but the next time I involve ...
0
votes
0answers
54 views

Destroying existing body (b2EdgeShape) when new body is created in ccTouchesMoved

I'm new to Box2d and I'm trying to create a b2EdgeShape during the ccTouchesMoved method (which I have done successfully) and then destroy the body when I create a new b2EdgeShape during the next ...
0
votes
0answers
22 views

Adding a Library to Project (JBox2D)

I want to import JBox2D libraries into a new project. I followed the tutorial in JBox2D website and i made it this far: You can see i have the JBox2D trunk (i didnt quite understood what a trunk ...
0
votes
1answer
20 views

Adding Exterior Physic Engine Library to new Project in Java (JBox2D)

I want to import JBox2D libraries into a new project, im new to using exterior libraries so my doubts will seem really stupid but oh well, thats how you learn. So i kind of followed the tutorial in ...
0
votes
1answer
18 views

Importing JBox2D libraries into a new project

I want to import JBox2D libraries into a new project, im new to using exterior libraries so my doubts will seem really stupid but oh well, thats how you learn. So i kind of followed the tutorial in ...
0
votes
1answer
49 views

Box2d - compromise between rope and distance joint features

I am struggling with this issue since few weeks, I am making game using BOX2D physics engine (latest version) where I got crane, I needed rope, so at beginning I used distance joint, with anchor ...
1
vote
1answer
65 views

cocos2d - CCSprite not aligned with b2Body

If I create a sprite and body with the first batch of code, the sprite is centered on top of the circular body. But if I create the sprite with the second batch of code, the bottom of the circular ...
0
votes
1answer
41 views

Java Physic Engine Clarification [closed]

im new to using physics engines in Java, so i wanted a little boost in knowledge so it becomes easier, ive searched in this forum for the best engine and it appears the most used one might be JBox2D ...
0
votes
2answers
35 views

Creating a PhysicsWorld gives me black screen

I have been started learning andegine and I have some problem with box2d extension. I have this code and it gives me black screen. When I delete making PhysicsWorld it works. package ...
0
votes
1answer
72 views

Not able to call method after typecasting to base class

I have Ball class which is derived from PhysicsObject class. In the following method I am getting a Ball instance from a void pointer and checking if its of type PhysicsObject. When I call the ...
1
vote
2answers
116 views

making a box2d body move in a sine wave type motion

How can I make a box2d body move in a sine wave type motion? I believe it will require applying some forces to move it along the sine curve path but I am not sure how. I would really appreciate any ...
1
vote
1answer
61 views

Radian Angle Check in Box2d Objective-C

I am creating a Car Game in Objective C with Box2D. I want to rotate the Car Wheels according to a CCSprite (Steering) Rotation. So For this, i am successfully able to set the angle for CCSprite ...
0
votes
1answer
78 views

Box2D mouse Joint issue while dragging. TestPoint function return false

i'm using box2D mouse joint to drag the objects but i'm stuck in a strange issue that bodies are not responding to the moved function because if (currentFixture->TestPoint(worldPoint)) { ...
0
votes
3answers
48 views

Should I use fixed or dynamic time step in a networking game?

I am currently developing a online networking game using Box2D JS and Vert.x as the server->client framework. I have searched for pros and cons of each and I really believe that a dynamic time step ...
0
votes
1answer
69 views

How to destroy a body with CCPhysicsSprite

I've realized that CCPhysicsSprite is different in a few ways from CCSprite. For example, you must set the body before you set the position of the sprite. I believe it is one of these differences that ...
0
votes
1answer
25 views

Attaching a Rotated Rectangular body to a Sprite

In a game I am programming in Cocos2D and Box2D, I have a sprite that is in the shape of a hill, and I am trying to attach a body to it so it can respond to physics. My idea is to use a rotated ...
0
votes
0answers
37 views

Box2d Cocos2d Android mouseJoint.testPoint not working

I have a simple box2d, cocos2d, Android application with one ball, and I need to control this ball with mouse (touch) events. Looking around I found several code snippets and I'm using what seems to ...
0
votes
1answer
59 views

Box2d Cocos2d Android gravity not working

I'm trying to create a simple test for Box2d, Cocos2d, and Android. All I need is to put one body on the screen, and have it respond to gravity. I looked everywhere and there are good tutorials for ...
1
vote
0answers
71 views

Corona SDK: True dragging-collisions

I have been messing around with Corona SDK for a few weeks now, but have not succeeded in creating a genuine collision between a draggable object and a dynamic object. What I mean: Like in Justin ...
0
votes
1answer
23 views

How can I point an object to a certain point in Box2DJS + Cocos2DJS

I'm trying to simulate an archery shooting game and I want to animate the bow to point where my mouse is. How can I do this? I already tried binding a joint and using this for mouse follow: ...
0
votes
0answers
50 views

EXC_BAD_ACCESS error and strange behaviour when moving box2d body in straight horizontal line

I am having a few issues with making a box2d body move in a straight line. At times when I run the code it works (body moves in a straight line) and other times it falls as it moves. Below is the ...
0
votes
1answer
59 views

How can I use contact listener in Box2D with Cocos2D-Javascript?

I already implemented all the objects, their velocity, etc. but the Box2D functions are within a Cocos2D inherit function. I can't find a way to create a listener class within this. Does anyone have ...
0
votes
2answers
58 views

Box2D collisions don't fire under low FPS?

So in my game I have Cocos2D + Box2D integrated. I know it is not recommended but I have my b2Bodys follow my CCSprites because I only need the collision part of Box2D. Anyway, using PhysicsEditor, I ...
0
votes
0answers
129 views

box2D - Weld Joint example for libgdx

I am new working with Box2D, and im looking for a good weld joint example in Libgdx. I would appreciate the example (to learn modify world objects) have: Create a weld joint. Modify the weld ...
0
votes
1answer
112 views

Compiling C++ project with libraries

My friends developed a C++ game in Visual Studio on Windows, and I would like to compile it on my Linux x64 machine. I'm not very familiar with C++ but I'm trying g++ on command-line. However I only ...
0
votes
0answers
30 views

Box2d: ApplyLinearForce does nothing at all

I have a simple Test for learning Box2D and XNA. I have made a (rather big) sprite that falls down onto an invisible ground. Now I want to get it to jump, so I read up and added a ApplyLinearForce: ...
0
votes
1answer
33 views

How can I make Box2D create only one instance of a body?

I only called the body->CreateFixture(&fixtureDef) once but the Testbed keeps on creating bodies. Here is my code: #ifndef FOOTEST_H #define FOOTEST_H #define DEGTORAD 0.0174532925199432957f ...
1
vote
0answers
305 views

chipmunk vs box2d

I am working on a platformer for iOS and was looking for the best way to incorporate the physics. The physics need only be very basic. But most of all for detection of the collision between the ...
1
vote
1answer
62 views

making a box2d body move in a spiral motion

How can one make a box2d body move in a spiral motion? I believe it will require applying some force but I am not sure how. I would appreciate any assistance.
1
vote
2answers
38 views

Extend b2ContactListener (C++) with Objective-C

As I'm not a C++ developper, I would like to know if it is possible to extend the b2ContactListener class directly with Objective-C, or if I have to wrap the b2ContactListener. Thank you.
0
votes
1answer
51 views

Cocos2dx : Deleting kinematic bodies once they are off screen

I am trying to build a platform game. In my game, random platforms appear and move from right part of the screen to the left part . Using : b2Vec2 impulse = b2Vec2(-5, 0); ...
1
vote
1answer
29 views

Box2D ObjectSize/Force

It seems when I put a bigger radius for my object, the force I apply on them is less effective. Do box2d takes in count the size of the object for calculating the force ? Here is my code when I ...
0
votes
0answers
53 views

Using Box2d bodies for infinite scrolling

I am making a game using cocos2d and box2d that basically consists of a ball rolling down an infinite hill. My current approach consists of using CCFollow to create the scrolling effect, while ...
0
votes
1answer
33 views

Access b2world from child class

I'm trying to place an object (Object.as) on stage and have it reference the (Main.as) _world:b2world. How could I accomplish this? From Main.as (Document class) public class Main extends MovieClip ...
0
votes
0answers
42 views

Setting up Box2D with Andengine. Errors in setting librabry reference

I am trying to setup Box2D to work with Andengine in Eclipse. And i need to create library reference for Box2D to locate Andengine i set up previously. But i get an error, the path is right and ...

1 2 3 4 5 31