Releases: fabmax/physx-jni
Releases · fabmax/physx-jni
v2.4.2
What's Changed
- Updated to PhysX 5.4.2, see original PhysX changelog here
- Added a couple of new bindings thanks to @regnaio, @ashconnell and @TogAr2
Full Changelog: v2.4.1...v2.4.2
v2.4.1
v2.4.0
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
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
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
v2.2.2
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
- 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 viaPxScene.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
- 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
- Added additional particle function mappings