Skip to content

Releases: fabmax/physx-jni

v2.4.2

02 Nov 15:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.1...v2.4.2

v2.4.1

18 Aug 20:49
Compare
Choose a tag to compare

What's Changed

  • Updated to PhysX 5.4.1
  • See original PhysX changelog here

v2.4.0

03 Jun 21:56
Compare
Choose a tag to compare

What's Changed

  • Updated to PhysX 5.4.0 (see original PhysX changelog here)

Full Changelog: v2.3.2...v2.4.0

v2.3.2

04 Jan 22:55
Compare
Choose a tag to compare

What's Changed

  • Updated to PhysX 5.3.1
  • Added bindings for PxTetMaker and related classes
  • Added V-HACD library

Full Changelog: v2.3.1...v2.3.2

v2.3.1

15 Oct 14:39
Compare
Choose a tag to compare

What's Changed

Added Android support!

For now, the only supported CPU architecture is arm64-v8a / aarch64, which should cover the vast majority of recent Android devices (but won't work on an emulator running an x86 image)

Full Changelog: v2.3.0...v2.3.1

v2.3.0

02 Oct 17:28
Compare
Choose a tag to compare

What's Changed

Updated to PhysX 5.3.0

  • see PhysX changelog here

Full Changelog: v2.2.2...v2.3.0

v2.2.2

16 Jul 13:49
27c1dbc
Compare
Choose a tag to compare

What's Changed

  • Added missing attributes to geometry
  • Use github workflow to build all native libraries

Full Changelog: v2.2.1...v2.2.2

physx-jni v2.2.1

02 Jul 19:36
0ae1ab5
Compare
Choose a tag to compare
  • Updated PhysX to 5.2.1 (see PhysX changelog here
    • Comes with a few minor breaking changes but nothing too bad
    • CUDA libraries have become ridiculously large...
  • Added debug drawing bindings: Enable debug visualization via PxScene.setVisualizationParameter and get drawing primitves via PxScene.getRenderBuffer()
  • Added bindings to PxGjkQuery, simple example available in tests: PxGjkQueryTest.java
  • Linux binaries are now built with clang-14 instead of clang-10

physx-jni v2.1.0

09 Jun 18:21
Compare
Choose a tag to compare
  • Finalized support for particle simulation
  • Invoking functions requiring CUDA on macOS now throws a somewhat informative exception instead of failing with an unsatisfied link error

physx-jni v2.1.0-pre

17 May 15:00
Compare
Choose a tag to compare
physx-jni v2.1.0-pre Pre-release
Pre-release
  • Added additional particle function mappings