Registry / other / joltphysics

joltphysics

JSON →
library5.5.0vcpkgunverified

A multi core friendly rigid body physics and collision detection library suitable for games and VR applications

vcpkg install joltphysics
INSTALL
IMPORT
SIG · JOLTPHYSICS
J
joltphysics
othercppv5.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Jolt/Jolt.h
#include <Jolt/Jolt.h>

Initialize Jolt Physics engine

#include "Jolt/Jolt.h" #include "Jolt/RegisterTypes.h" #include "Jolt/Core/Factory.h" #include <iostream> int main() { JPH::RegisterDefaultAllocator(); JPH::Factory::sInstance = new JPH::Factory(); JPH::RegisterTypes(); std::cout << "Jolt Physics initialized" << std::endl; delete JPH::Factory::sInstance; return 0; }
Debug
Known issues
breakingJolt Physics requires SSE4.1 or NEON on ARM; may not compile on older CPUs.
fix
Set JPH_CROSS_PLATFORM_DETERMINISTIC or disable JPH_USE_SSE if needed.
affects: *
Upgrade
Version history
5.5.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

joltphysics — pip install joltphysics · libregistry