Extras/bucket/mujoco.json
2026-07-28 05:25:10 +00:00

33 lines
976 B
JSON

{
"version": "3.11.0",
"description": "Multi-Joint dynamics with Contact. A general purpose physics simulator.",
"homepage": "https://mujoco.org/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/google-deepmind/mujoco/releases/download/3.11.0/mujoco-3.11.0-windows-x86_64.zip",
"hash": "a9cf1ec47a81e5fc20018f9fe2b9313a2bf9ecd0f9e66d8427130b8e82e51922"
}
},
"bin": "bin\\simulate.exe",
"shortcuts": [
[
"bin\\simulate.exe",
"MuJoCo Simulate"
]
],
"checkver": {
"github": "https://github.com/google-deepmind/mujoco"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/google-deepmind/mujoco/releases/download/$version/mujoco-$version-windows-x86_64.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}