/box2d-editor-2023

This is a higher-order fork of box2d-editor. I just did some obvious right things

Primary LanguageJavaApache License 2.0Apache-2.0

Physics Body Editor

Maven Central

Physics Body Editor

Introduction

This project is a higher-order fork: MovingBlockssimoarpeice1000 For more information, please refer to the original project(s).

I'm just doing the obvious things:

  • In the source code, I
    • Upgrade Gradle & LibGDX versions
    • Use Java 8 language features
    • Fix some obvious bugs, such as for (int i = xxx.length; i >= 0; i--)
  • Project level, I
    • Provide prebuilt binaries
    • Upload the project to maven central

To add the runtime to in your project, use

repositories { mavenCentral() }
dependencies {
  implementation 'org.aya-prover.box2d-editor:loader:3.0.0'
}