Skip to content

cpp-toolbox/physics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 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)

About

SUBPROJECT

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages