jar

com.github.tommyettinger : libgdx-utils-box2d

Maven & Gradle

Dec 10, 2020
6 stars

libgdx-utils-box2d · An updated fork of dermetfan's famed library for libGDX convenience.

Table Of Contents

Latest Version

Download com.github.tommyettinger : libgdx-utils-box2d JAR file - Latest Versions:

All Versions

Download com.github.tommyettinger : libgdx-utils-box2d JAR file - All Versions:

Version Vulnerabilities Size Updated
0.13.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window libgdx-utils-box2d-0.13.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.badlogic.gdx.physics.box2d

├─ com.badlogic.gdx.physics.box2d.Box2DUtils.class - [JAR]

net.dermetfan.gdx.physics.box2d

├─ net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.class - [JAR]

├─ net.dermetfan.gdx.physics.box2d.Box2DUtils.class - [JAR]

├─ net.dermetfan.gdx.physics.box2d.Breakable.class - [JAR]

├─ net.dermetfan.gdx.physics.box2d.Chain.class - [JAR]

├─ net.dermetfan.gdx.physics.box2d.ContactAdapter.class - [JAR]

├─ net.dermetfan.gdx.physics.box2d.ContactMultiplexer.class - [JAR]

├─ net.dermetfan.gdx.physics.box2d.MouseJointAdapter.class - [JAR]

├─ net.dermetfan.gdx.physics.box2d.PositionController.class - [JAR]

├─ net.dermetfan.gdx.physics.box2d.RotationController.class - [JAR]

├─ net.dermetfan.gdx.physics.box2d.WorldObserver.class - [JAR]

net.dermetfan.gdx.graphics.g2d

├─ net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite.class - [JAR]

├─ net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite.class - [JAR]

├─ net.dermetfan.gdx.graphics.g2d.Box2DSprite.class - [JAR]

Advertisement