box2d-editor
box2d-editor copied to clipboard
Automatically exported from code.google.com/p/box2d-editor - migrated here to maybe maintain together with Destination Sol. Original website:
Version: cloned today from develop branch Distro: NixOS [nix-shell] $ `./gradlew run` cout: ``` Configuration on demand is an incubating feature. > Task :editor:compileJava Note: Some input files use unchecked...
Please add integration with https://github.com/LWJGLX/lwjgl3-awt
Whenever I try to finish a shape manually, the application crashes with `java: /var/lib/jenkins/workspace/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/b2PolygonShape.cpp:158: void b2PolygonShape::Set(const b2Vec2*, int32): Assertion 'false' failed.` Using auto trace to generate shapes works fine, but...
Just saw the move of PBE from google to git... looks like the change to gradle is a good start, but it looks like we lost the building of the...
``` Not Launching on Mac OSX Yosemite PhysicsBodyEditor 2.9.2 Can't load library: /var/folders/ct/cn8h95_s6llb8wjfky3xvt3m0000gn/T/libgdx/348177909/liblwjgl.dylib at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1817) at java.lang.Runtime.load0(Runtime.java:809) at java.lang.System.load(System.java:1083) at org.lwjgl.Sys$1.run(Sys.java:70) at java.security.AccessController.doPrivileged(Native Method) at org.lwjgl.Sys.doLoadLibrary(Sys.java:66) at org.lwjgl.Sys.loadLibrary(Sys.java:95) at org.lwjgl.Sys.(Sys.java:112)...
Hello! I made a custom loader for JBox2D and I would like to upload it here... Sadly I have NO idea how gradle works -I am happy I managed to...
``` editor crashes when trying to load big background pictures (4096*1024) ``` Original issue reported on code.google.com by `[email protected]` on 4 Jul 2012 at 8:37 ## --- Want to back...
``` What steps will reproduce the problem? 1. create first rigid body with Bg image, create some polygons 2. create second rigid body with bg image, create some polygons 3....
``` It would be really nice to handle packed image of tiles. Currently, we have to unpack the tiles and define boundary of each of them. That is time-consuming work....
``` On windows 7 I have HD divided into 2 parts (C and D). When running application from drive D, I can not use images stored on drive C. Application...