Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 926 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 926 Bytes

dynamic trees with box2d

Inspired by Badland I created a small simulation where I test realistic tree behaviour. RevoluteJoins are used to connect the tree parts. The application is written with Processing and Box2D for Processing

GIF

Installation

You need gradle to run the application.

Usage

  1. git clone https://github.com/leozulfiu/dynamic-trees-box2d.git
  2. cd dynamic-trees-box2d
  3. gradle run

For creating a jar file just type gradle build. You will find the jar in the build/libs/ folder. The Start.tmx file is created with Tiled. You can change the level to your own desires.

License

MIT