Package org.jbox2d.testbed.tests

This package containst all the testbed examples, which extend org.jbox2d.testbed.AbstractExample.

See:
          Description

Class Summary
Biped Ragdoll class thanks to darkzerox.
BipedDef Ragdoll class thanks to darkzerox
BipedTest  
BlobTest  
Bridge  
CCDTest  
Chain  
Circles  
CompoundShapes  
DistanceTest  
Domino  
DominoTower  
Gears  
MotorsAndLimits  
Overhang  
Pulleys  
Pyramid  
RestitutionCannon  
SensorTest  
ShapeDrawing An example of Crayon Physics-style shape creation.
SpringRestitutionTest  
SpriteBinding This example demonstrates how to bind a sprite to an image using Processing.
VaryingFriction  
VaryingRestitution  
VerticalStack  
WashingMachine  
 

Package org.jbox2d.testbed.tests Description

This package containst all the testbed examples, which extend org.jbox2d.testbed.AbstractExample. These are likely what you want to look at to see how to create physical objects using JBox2d once you have a game loop and a renderer set up.

The preferred format for bug submissions is to construct an example like the ones in this package. To do this, you need the following: