Box2D is a free open source 2-dimensional physics simulator engine written in C++ by Erin Catto and published under the zlib license
-1
votes
1answer
15 views
How to create a collidable circle in cocos2d?
I have looked throughout the Internet and other questions on this site, but I can't seem to find the answer. What I want to ask is that is there some sort of simple way that I can create a circle, ...
-1
votes
0answers
15 views
libandenginephysicsbox2dextension.so is getting crashed [closed]
in my game when i make body and after creating some number of bodies libandenginephysicsbox2dextension.so file close the game without any force close prompt and print a long logcat data like this
...
0
votes
2answers
26 views
box2d debug draw not working
I'm trying to use box2d's debug draw in an IOS project, using what seems like the correct code, but nothing is showing on the screen. This is the code:
b2Vec2 gravity = b2Vec2(0.0f, 0.0f);
_world = ...
3
votes
1answer
38 views
Collision in Libgdx box2D failing for some bodies
I'm working on my first game using libgdx with box2d. I'm using the debug renderer to test my objects. I created some car like objects. Each car has a main body, which is a large polygon of 6 points ...
0
votes
1answer
19 views
Box2D Body is not removed immediately (LibGDX Android)
I am learning libGDX on android. I am trying to remove body from world after collision. But, some times, bodies are not removed immediately, it takes 2-3 seconds to remove properly.
private void ...
1
vote
2answers
54 views
body null when accessed from another method
I have a contact listener that handles contact between two box2d bodies. I am accessing the bodies from the Contacter in the HelloWorldLayer since box2d recommends that contacting bodies should be ...
0
votes
0answers
18 views
libgdx box2d mouse joint example
I'm trying to create a game in which user can drag dynamic bodies with a finger.
I searched some examples for a while and I understand that what I need is mouse joint, but while I'm new in libgdx and ...
1
vote
1answer
194 views
Android Studio (Intellij) Compile Errors
I'm playing about with Android Studio using AndEngine and the Box2D plugin and I can't seem to get it to compile. I've attached a few photos of what I believe to be the relevant settings and messages.
...
0
votes
1answer
38 views
Moving a sprite by touching anywhere on the screen
In my game only one sprite responds to touches. How can I make a mousejoint move this sprite/body regardless of where I touch on the screen?
0
votes
0answers
25 views
Box2D collision causes huge FPS drop
I'm playing with Box2Dweb and HTML5 canvas, and are experiencing some odd behaviour.
I have one dynamic body and one static body, in the world. I can control the dynamic one with my keyboard.
But as ...
0
votes
0answers
9 views
Resizing Fixtures - Use Counturs from OpenCV as psychical objects in Box2D
I am trying to create very simple Kinect floor game, in which I want to have rectangle counture from detected blob to interact with predefined objects. While I develop it as XNA application I tried to ...
0
votes
2answers
29 views
Box2D: sticky wall issue in pool game using wck
I'm new to Box2D, I'm using World Construction Kit, and I have the following problem: The ball is sticking to walls at low velocity.
So I read a lot of threads talking about this issue and found that ...
1
vote
2answers
30 views
andengine setposition of animatedsprite
with andengine I'm trying to create a Footbal Game,
When the ball go in goal and dissapears from the screen, I would like to update score and reposition the ball at the center of the screen.
Update ...
0
votes
0answers
13 views
CCFollow not following
I'm building a game with cocos2d and box2d and trying to use CCFollow, using the tutorial code out there. (http://www.learn-cocos2d.com/tag/ccfollow/)
But it's not working. My code:
CGSize winSize ...
0
votes
0answers
22 views
360 degree gravity game mechanic like “They Need To Be Fed” game
I am a fan of "They Need To Be Fed" game and I want to understand the game mechanic at a deeper level. What are some good resources for the basic Box2d (or similar) physics behind the 360 degree ...
-1
votes
0answers
27 views
Problems with SceneTouch Event on Android Game
I created my game using GLES2 and also lunched it in Google Play. But now I am facing too much problems. I am explaining all the bugs :
1st: Bugs in Scene Touch :
My aim is when someone ...
0
votes
0answers
35 views
issues creating a class that handles contacts
All along I have been handling contacts within the CCPhysicsSprite class since I mainly set the userdata to a CCPhysicsSprite. As below:
ContactListenerClass.mm:
void ContactListenerClass:: ...
0
votes
0answers
24 views
Collision between a sprite and a tilemap with Cocos2d and Box2d
I have the following map I made in Tiled, and then added to my project:
map = [[CCTMXTiledMap alloc] initWithTMXFile:@"FirstLevel.tmx"];
[self addChild:map];
I also have the following object which ...
1
vote
0answers
52 views
Corona SDK physics with line, why does the line turn into rectangle in the physics engine?
The issue I am having is simple. I have an object in the center of the screen, and then a circle orbiting that object. what i want to do is have the object orbit around the object, when the use ...
1
vote
1answer
35 views
libgdx - box2d velocity and forces not working
I have a very simple LibGDX game that uses Box2d. Right now, it is just a ship that moves around on a map. I can make the ship move with keyboard controls if I use the body.setTransform() ...
0
votes
1answer
21 views
rotaion of a falling body in box2D
i am try to build a tower brick game
(there are falling shapes from the sky and they should make a tower)
but when i drop the shapes the physics doesnt work and if they on top each other on the corner ...
-2
votes
0answers
57 views
A weird result about void* GetUserData() from box2d in cocos2d-x
I have a hero class which inherits two classes called BaseEnity and CCNode.
BaseEnity is just a simple class that contains a tag which I use it to identify objects.
class BaseEnity
{
public:
int ...
-2
votes
1answer
24 views
Box 2d : What is the difference between a body and shape? [closed]
How a body is different from shape in Box 2d. Can't we create a body of some shape? Why it is required to create shape and body differently ?
0
votes
1answer
55 views
Texture Randomly Generated and Sized Rects
I'm making a game (libgdx & box2d) with randomly generated planets having skyscrapers on them - see image below.
The Skyscrapers are random in their position, width and height. I'm now looking ...
0
votes
1answer
31 views
saving contact bodies to be destroyed
In my code I would like to destroy one of two contacted bodies. Within the beginContact the following method in CCPhysicsSprite is called:
-(void)contactMade:(CCPhysicsSprite*)contactedSprite {
int ...
0
votes
0answers
23 views
Need help - cannot open file Box2DWindowsPhone.lib in cocos2d-x for windows phone
I have a problem when link Box2DWindowsPhone.lib to cocos2d-x for windows phone. i have configed my Project property->linker->input field:
...
1
vote
1answer
46 views
Set Camera Rotation in Libgdx
I can't seem to find a way to tie the rotation of my ortho camera in libgdx (project with box2d) to the rotation of a box2d body.
There is the method of cam.rotate(xy), giving it an impulse or ...
0
votes
0answers
34 views
Box2D debug draw for Android
Is there an implementation of Box2D's DebugDraw for Android? As far as I understand it needs to be written specifically for Android. Other implementations use classes from java.awt, and these won't ...
0
votes
0answers
21 views
contact listener not recognizing contact between two bodies with circle shapes
I set a contact listener between two dynamic bodies with circle shapes and also set tags for each of their sprites.
The first circle body is jointed to another body by a revolute joint.
When I ...
0
votes
1answer
62 views
How to make askew slope image(b2body) in Box2d?
I am new in Box2d and learning myself.
I am learning Box2d from here
I want to make a body and want to give b2body a angle so that it will look like body is stand like skew line, like slope.
This is ...
2
votes
2answers
41 views
not proper collision in box2d
I am developing a game in which the user have to hit a high speed ball. To hit the ball I have joined a rectangular body with the actor using revolute joint and enabled its motor, to rotate it with a ...
2
votes
2answers
47 views
EXC_BAD_ACCESS issue with contact listener
I am getting an EXC_BAD_ACCESS error in my contact listener code. Below is the code:
Main object class (GameObjects) through which all objects are subclassed:
GameObjects.h:
#import "cocos2d.h"
...
1
vote
1answer
32 views
why is userdata set to self?
In several box2d code samples I've seen this line of code:
body->SetUserData(self);
In my search I have not found any explanation for this. What is the main purpose for setting the userdata to ...
0
votes
2answers
27 views
Advice on data structure for pooling objects
I'm implementing a simple pooling system in my box2d based game to spawn/despawn/pre-pool all objects. The objects in question are all circles that are created at a set radius. e.g. When I pre-pool I ...
0
votes
0answers
27 views
Box2d for android beginner
I would like to get acquainted with the engine Box2D, write in java.
Do not tell installation manual for the engine, the simplest examples, etc. ?
I would be very grateful
Sorry for my english
0
votes
1answer
30 views
Box2d Cocos2d ContactListener detecting collision
My problem is very simple, but I can't fix it.
I have a radar that is rotating and I have a player that is moving with a Joystick
Well, I just want to detect the collision between the radar and the ...
0
votes
3answers
74 views
Holding pixel data in NSMutableArray/NSArray; memory issues
I'm trying to hold basic information about a pixel inside an object. Basically, (1) whether the pixel is clear and (2) whether the pixel is on what I am defining to be a surface edge. I'm using the ...
0
votes
1answer
25 views
b2RevoluteJoint in cocos2d
I have a CCNode subclass that is composed of a rectangular sprite that rotates around an anchor point. My object gets displayed in the world but I can't seem to get the b2RevoluteJoint working ...
0
votes
1answer
40 views
box2d contact listener not working
I have set a box2d contact listener but it's not working. It is suppose to print a message in the console when the fixtures touch. I am not sure what's wrong. Below is the code.
...
1
vote
1answer
36 views
AndEngine Box2D Body GetContactList
Ive been trying to learn the Physics Box2D Extension for AndEngine and I have been reading http://www.box2d.org/manual.html#_Toc258082975
Under "9.3 Accessing Contacts" it says
You can also ...
-1
votes
1answer
29 views
Lighting in Box2D and Box2DLighting not working when used with a texture
I'm having a problem with Textures and using lighting in a small prototype i'm working on. I understand how to implement the lighting using RayHandlers and whatnot, but when I then place a texture on ...
0
votes
1answer
33 views
Box2d Collision Detection with Arrays
I'm developing in AndEngine I have nearly completed my game, but unfortunately, it suffers from a low fps occasionally due to the fact that I am checking .collideswith a lot in my update loop. I now ...
0
votes
2answers
31 views
Finding point of touch on a shape
In a Box2D project I need to create a RevoluteJoint between two PolygonShaped bodies at the exact point where the user double tapped.
I have the point of touch, and a list of vertices for each of the ...
-2
votes
0answers
38 views
Sand Simulation with gravity in z-direction [closed]
I am trying to create a Sandbox Simulation similar to this video
http://youtu.be/QQHo5YJkumo?t=16s
Features are
Sand Particles always live (custom CCParticleSystem or opengl )
Has to perform well ...
0
votes
0answers
51 views
Box2d custom shape or bodies joint
Let's say i want to create simple physics object with a shape of "matryoshka" or banal snowman . As i see it , i have to options to do it: 1. To create 2 circle (or may be custom) bodies and connect ...
1
vote
1answer
53 views
box2dweb and kineticjs: poor update rate
folks ;)
Im doing a basic animation with box2dweb and kineticjs. Both frameworks are awesome. This is a preview of what im doing:
http://lab.devgf.com/boxkinetic/index_v.htm
When I see it in Google ...
0
votes
1answer
43 views
Box2D for Collision Detection Only
I am using Box2D for collision detection only. My code is similar to that in Ray Wenderlich's tutorial here.
I am encountering a problem with this method. Since the code bypasses the Box2D ...
0
votes
0answers
20 views
prolate cycloid body movement
How can I make a box2d body move along a prolate cycloid curve? I've searched extensively and haven't found anything leads. Below is an example of how the movement should look like. I would appreciate ...
0
votes
1answer
36 views
flying bird with Box2d
i'm writing an arcade game (like we need more of those right?) that uses box2d and cocos2d (ios). i'm trying to make a bird that you view from the top. there is no gravity in the world (the projection ...
0
votes
1answer
57 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 ...
