You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,9 @@
3
3
This project contains java bindings for the v3.1.0 release of [Box2D](https://github.com/erincatto/box2d).
4
4
The project is build from commit [0f2b0246f39594e93fcc8dde0fe0bb1b20b403f9](https://github.com/erincatto/box2d/tree/0f2b0246f39594e93fcc8dde0fe0bb1b20b403f9).
5
5
6
-
> [!CAUTION]
7
-
> The API is considered incubating and may change at any point.
8
-
9
6
## Installation
10
7
11
-
The current version is: 3.1.0-0
8
+
The current version is: `3.1.0-0`
12
9
13
10
gdx-box2d provides the following artifacts:
14
11
-`com.badlogicgames.gdx:gdx-box2d:$version`
@@ -36,6 +33,10 @@ All pointer types provide constructors to make them not freed by GC. You need to
36
33
Closures always need to be freed manually.
37
34
If a box2d method returns a pointer, it will not be registered for GC.
38
35
36
+
> [!NOTE]
37
+
> For more information on the bindings see the [documentation](https://github.com/libgdx/gdx-jnigen/blob/master/RUNTIME.MD#the-runtime).
38
+
39
+
39
40
## Java 8
40
41
The project needs java 8 language features to build. However, it doesn't use any java 8 APIs and is therefor still safe to use with mobiVM.
0 commit comments