Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
archive the repo for now as I focus more on rapier lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Jun 29, 2024
1 parent a5be02a commit dbf8bd6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
<p align="center">
<img width="128px" src="box2d_icon.svg"/>
<h1 align="center">Godot Box2D</h1>
<h1 align="center">Godot Box2D - UNMAINTAINED</h1>
</p>

## NOTE

Currently focusing more on the [godot rapier physics](https://github.com/appsinacup/godot-rapier-physics) lib. And since this is pretty much identical in functionality with that one, but, at least at the time of writting, the rapier one has:
- Serialization thanks to rust language
- Cross platform determinism
- 2d and 3d
- API that is much closer to godot one than box2d one.
- Better safety (this one is copied after Godot Physics, and that one has a lot of raw pointers, as does this implementation)

If anyone wants to continue on this or contribute, they can make a fork or ask on discord about it.

## NOTE

Currently waiting for [box2c](https://github.com/erincatto/box2c) to be released. New issues won't be fixed until then. In meantime try [rapier2d](https://github.com/appsinacup/godot-rapier-2d) physics engine.

<p align="center">
Expand Down

0 comments on commit dbf8bd6

Please sign in to comment.