multiplayer physics

Info

A minimal wrapper around the jolt physics library ready for a multiplayer setting

Depdendencies

CMake

...

# Jolt Physics: Physics Engine
include_directories(external_libraries/JoltPhysics)
add_subdirectory(external_libraries/JoltPhysics/Build)

... 

target_link_libraries(your_project_name ... Jolt)

source code

git submodule add git@github.com:cpp-toolbox/multiplayer_physics.git

subproject dependencies


edit this page