Skip to content

Commit 3cdcf6f

Browse files
committed
bumped PhysX to v5.6.0
1 parent eda3b5e commit 3cdcf6f

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

NOTICE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ of the **MIT License** which is available at https://opensource.org/licenses/MIT
99

1010
## Third-party Content
1111

12-
This software includes a binary distribution of [NVIDIA PhysX 5.5.1](https://github.com/NVIDIAGameWorks/PhysX).
12+
This software includes a binary distribution of [NVIDIA PhysX 5.6.0](https://github.com/NVIDIAGameWorks/PhysX).
1313

1414
NVIDIA PhysX comes under the following license:
1515

PhysX

Submodule PhysX updated 1229 files

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# physx-js-webidl
2-
Javascript/WASM bindings for Nvidia PhysX 5.5.1.
2+
Javascript/WASM bindings for Nvidia PhysX 5.6.0.
33

44
Looking for pre-built binaries / build instructions? See [below](#pre-built-binaries)
55

@@ -20,7 +20,7 @@ There is a basic [hello world example](dist/helloworld.html): 10 boxes falling o
2020

2121
## Documentation
2222
The API is very close to the original PhysX C++ API, so you can simply use the official
23-
[PhysX API documentation](https://nvidia-omniverse.github.io/PhysX/physx/5.5.1/index.html)
23+
[PhysX API documentation](https://nvidia-omniverse.github.io/PhysX/physx/5.6.0/index.html)
2424

2525
However, in order to make the bindings work with emscripten a few additional wrappers are needed here and there. So it might
2626
make sense to also take a look into the [PhysXWasm.idl](https://github.com/fabmax/PhysX/blob/webidl-bindings/physx/source/webidlbindings/src/wasm/PhysXWasm.idl)

dist/NOTICE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ of the **MIT License** which is available at https://opensource.org/licenses/MIT
99

1010
## Third-party Content
1111

12-
This software includes a binary distribution of [NVIDIA PhysX 5.5.1](https://github.com/NVIDIAGameWorks/PhysX).
12+
This software includes a binary distribution of [NVIDIA PhysX 5.6.0](https://github.com/NVIDIAGameWorks/PhysX).
1313

1414
NVIDIA PhysX comes under the following license:
1515

dist/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# physx-js-webidl
2-
Javascript/WASM bindings for Nvidia PhysX 5.5.1.
2+
Javascript/WASM bindings for Nvidia PhysX 5.6.0.
33

44
Looking for pre-built binaries / build instructions? See [below](#pre-built-binaries)
55

@@ -20,7 +20,7 @@ There is a basic [hello world example](dist/helloworld.html): 10 boxes falling o
2020

2121
## Documentation
2222
The API is very close to the original PhysX C++ API, so you can simply use the official
23-
[PhysX API documentation](https://nvidia-omniverse.github.io/PhysX/physx/5.5.1/index.html)
23+
[PhysX API documentation](https://nvidia-omniverse.github.io/PhysX/physx/5.6.0/index.html)
2424

2525
However, in order to make the bindings work with emscripten a few additional wrappers are needed here and there. So it might
2626
make sense to also take a look into the [PhysXWasm.idl](https://github.com/fabmax/PhysX/blob/webidl-bindings/physx/source/webidlbindings/src/wasm/PhysXWasm.idl)

dist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "physx-js-webidl",
3-
"version": "2.5.1",
4-
"description": "Javascript/WASM bindings for Nvidia PhysX 5.5.1",
3+
"version": "2.6.0",
4+
"description": "Javascript/WASM bindings for Nvidia PhysX 5.6.0",
55
"author": "fabmax",
66
"main": "physx-js-webidl.js",
77
"types": "physx-js-webidl.d.ts",

0 commit comments

Comments
 (0)