jbox2d Questions
2
Using OpenFrameworks, OpenCV and Box2D I was able to achieve it with a good framerate. Using Android seems a much more complicated task (partly because I am a JAVA newbie).
This is how I started:
...
Foodstuff asked 19/4, 2013 at 12:36
3
Solved
I am currently using Box2d, more precisely the Java port jBox2d.
I have a circle that is colliding with other circles when falling (all those circles form a kind of a crank, see picture below).
...
Ignominious asked 26/1, 2013 at 12:47
1
Solved
I'm writing a program in Java using JBox2D. I need to find the exact point of collision between two textures, if and when they collide.
I have the code to determine if a collision happens, and can...
4
I currently have an android application that utilises the native android views for the UI (e.g. imageviews/buttons etc)
Although this app is not a game, nor requires any heavy graphics or OpenGL, ...
1
I have imported a library (JBox2D) using Maven in IntelliJ 13, for use in an android project. Maven didn't give me any error messages, so I assume the library was imported correctly.
However, as ...
Brio asked 10/5, 2014 at 10:11
3
Solved
I'm creating a graphical front-end for a JBox2D simulation. The simulation runs incrementally, and in between the updates, the contents of the simulation are supposed to be drawn. Similar to a game...
1
Solved
Before asking this i did A LOT of searching on the net. I just can't do it. It's a little hard for me to understand. So how do i draw the images at the right screen positions coresponding to bodies...
Cockspur asked 3/4, 2012 at 15:56
3
can you tell me:
where can I find tutorials "programming games in jbox2d"?
1
Solved
I'm experimenting with box2d.
I seem to have a problem people describe as sticky walls
I have a ball and a paddle
I'm using all the basic recommended scales I could find, 10m world, 1m ball
The ...
Sosthena asked 21/3, 2011 at 17:35
1
© 2022 - 2024 — McMap. All rights reserved.