https://github.com/edvinas01/softbody-tests
Testing soft body physics with LibGDX and Box2d
https://github.com/edvinas01/softbody-tests
box2d java libgdx
Last synced: about 1 year ago
JSON representation
Testing soft body physics with LibGDX and Box2d
- Host: GitHub
- URL: https://github.com/edvinas01/softbody-tests
- Owner: Edvinas01
- Created: 2017-04-17T11:41:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-11T22:25:17.000Z (over 8 years ago)
- Last Synced: 2025-02-13T21:39:28.393Z (over 1 year ago)
- Topics: box2d, java, libgdx
- Language: Java
- Homepage:
- Size: 95.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Softbody Tests
Testing soft-body physics and mesh rendering using LibGDX and Box2d.
### Running
First make sure you have JDK 8 installed. Afterwards navigate to root project directory and run
```
./gradlew run
```