Download
Download Ragdoll Core
If you agree with the Ragdoll Dynamics EULA, you may select a platform below.
Ragdoll 2024.05.23 awaits.
Read about it -
Previous versions
Join the community of ragdollers on Discord and/or Discourse.
Version | Notes |
---|---|
2024.05.23 | Fix for integrated Intel and AMD GPUs |
Install on Windows
To install Ragdoll Core, double-click the RagdollCore.msi
you downloaded from above, and click through the dialogs.
Install on Linux
Ragdoll core installation on Linux is basically two steps:
- Download the
RagdollCore*.zip
above - Unpack it in your home directory, i.e.
/home/user-name
, replacinguser-name
with your username
For example, to install current latest core:
cd ~/
wget https://content.ragdolldynamics.com/6fb6a202-bd24-4db0-8d03-40e8c306c20c/RagdollCore-linux-2024.03.07.zip
unzip RagdollCore-linux-2024.03.07.zip
If you prefer to place core libraries in elsewhere, environment variable RAGDOLL_CORE_PATH
can be used.
For example:
export RAGDOLL_CORE_PATH=/home/user-name/ragdolldynamics/core/2024.03.07/lib