Update README.md
This commit is contained in:
parent
d182262d9c
commit
2ebd7be378
1 changed files with 30 additions and 24 deletions
|
@ -52,6 +52,8 @@ pip3 install -r requirements.txt
|
|||
Please make [this change](../../issues/3#issuecomment-1101087415). It's only a temporary fix, and will be patched in future versions.
|
||||
|
||||
#### Extra steps for Linux users
|
||||
<details>
|
||||
<summary>Click to expand!</summary>
|
||||
|
||||
1. Linux users may need to use [`hid`](https://github.com/apmorton/pyhidapi) instead of [`hidapi`](https://github.com/trezor/cython-hidapi) (not sure why `hidapi` couldn't find Joy-Cons on Linux).
|
||||
```
|
||||
|
@ -84,6 +86,7 @@ sudo udevadm trigger
|
|||
```
|
||||
|
||||
3. Install [`dkms-hid-nintendo`](https://github.com/nicman23/dkms-hid-nintendo) (Joy-Con driver) if you're running Linux kernel older than 5.16.
|
||||
</details>
|
||||
|
||||
## Usage
|
||||
|
||||
|
@ -150,6 +153,9 @@ sudo udevadm trigger
|
|||
4. **Is it possible to port JoyDance to wearable devices like smart watches (Wear OS, watchOS...)?**
|
||||
Yes. I tested on a tiny [M5StickC Plus](https://shop.m5stack.com/collections/stick-series/products/m5stickc-plus-esp32-pico-mini-iot-development-kit) and it worked! But remember, some movements require you to move only the palm of your hand won't be recognized correctly.
|
||||
|
||||
5. **Can I play Just Dance 2017 (PC) and run JoyDance on the same PC?**
|
||||
Yes, you can.
|
||||
|
||||
## Acknowledgements
|
||||
- [dekuNukem/Nintendo_Switch_Reverse_Engineering](https://github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering)
|
||||
- [tocoteron/joycon-python](https://github.com/tocoteron/joycon-python)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue