The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

scripts: Add script to get hand tracking models

authored by

Moses Turner and committed by
Moses Turner
c54cc232 dd5cbee0

+13
+13
scripts/get-ht-models.sh
··· 1 + #!/bin/sh 2 + # Copyright 2021, Collabora, Ltd. 3 + # SPDX-License-Identifier: BSL-1.0 4 + # Author: Moses Turner <moses@collabora.com> 5 + 6 + if ! type "git-lfs" > /dev/null; then 7 + echo "Install git-lfs!" 8 + exit 9 + fi 10 + 11 + mkdir -p ~/.local/share/monado 12 + cd ~/.local/share/monado 13 + git clone https://gitlab.freedesktop.org/monado/utilities/hand-tracking-models