Registry / other / simbody

simbody

JSON →
library2023-01-10vcpkgunverified

High-performance C++ multibody dynamics/physics library for simulating articulated biomechanical and mechanical systems like vehicles, robots, and the human skeleton.

vcpkg install simbody
INSTALL
IMPORT
SIG · SIMBODY
S
simbody
othercppv2023-01-10
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.

Simbody.h
#include <Simbody.h>

Creates a basic Simbody multibody system.

#include "Simbody.h" #include <iostream> int main() { SimTK::MultibodySystem system; SimTK::SimbodyMatterSubsystem matter(system); std::cout << "Simbody system created" << std::endl; return 0; }
Debug
Known issues
gotchaSimbody is a large library with many dependencies; linking may be complex.
fix
Use CMake's find_package(Simbody) and link to SimTK::Simbody.
affects: *
Upgrade
Version history
2023-01-10latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

simbody — pip install simbody · libregistry