A multi core friendly rigid body physics and collision detection library. Written in C++. Suitable for games and VR applications. Used by Horizon Forbidden West.
The package joltphysics can be used from CMake via:
find_path(JOLTPHYSICS_INCLUDE_DIRS "Jolt/Jolt.h")
target_include_directories(main PRIVATE ${JOLTPHYSICS_INCLUDE_DIRS})
v2.0.1#1
All
MIT
Manifest