Skip to content

opengl-toolbox/physics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Info

A minimal wrapper around the jolt physics library

Depdendencies

CMake

...

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

... 

target_link_libraries(your_project_name ... Jolt)

Releases

No releases published

Packages

No packages published

Languages