https://github.com/korlibs/korge-box2d
Box2D Physics implementation for KorGE Game Engine
https://github.com/korlibs/korge-box2d
Last synced: about 1 year ago
JSON representation
Box2D Physics implementation for KorGE Game Engine
- Host: GitHub
- URL: https://github.com/korlibs/korge-box2d
- Owner: korlibs
- Created: 2022-10-26T10:39:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T14:01:29.000Z (over 2 years ago)
- Last Synced: 2025-04-02T08:51:13.506Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 380 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# korge-box2d
Box2D Physics implementation for KorGE Game Engine
## Usage
By using kproject:
### `deps.kproject.yml`
```yaml
dependencies:
- https://github.com/korlibs/korge-box2d/tree/0.0.1/korge-box2d
```
## Example
*