-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,23 @@ | ||
# PiShockBand-VRC | ||
Control pishock via your avatar expression menu. | ||
|
||
# Features | ||
- Physbone Contact Reciver support | ||
- value settings (Type,Duration,Intensity) | ||
- Pretty watch to confirm values set | ||
- Basic interface as starting point to create your own | ||
- More than one device support for multi target/touch points | ||
|
||
# TODO | ||
- Websocket support for pishock plus users | ||
- Clean up code by learning more about python | ||
- Verbose output, perferably toggable via the avatar menu | ||
- Learn [animator as code](https://github.com/hai-vr/av3-animator-as-code/tree/driver-copy) to help with creating animators when adding the prefab to an avatar | ||
|
||
# Assets used | ||
- Smart watch made by [vibhavsuthar1998](https://www.cgtrader.com/vibhavsuthar1998) rebuilt by me from [here](https://www.cgtrader.com/free-3d-models/industrial/other/smart-watch-1c785218-a560-4d7e-8478-f9de27312be8) | ||
- Icons from [here](https://materialdesignicons.com/) | ||
- Digital shader by [RED_SIM](https://www.patreon.com/red_sim) from [here](https://www.patreon.com/posts/62864361) | ||
# PiShockBand-VRC | ||
Control pishock via your avatar expression menu. | ||
|
||
# Features | ||
- Physbone Contact Reciver support | ||
- value settings (Type,Duration,Intensity) | ||
- Pretty watch to confirm values set | ||
- Basic interface as starting point to create your own | ||
- More than one device support for multi target/touch points | ||
- values are now stored in an external config file, pishock.cfg | ||
|
||
# TODO | ||
- Websocket support for pishock plus users | ||
- Clean up code by learning more about python | ||
- Verbose output, perferably toggable via the avatar menu | ||
- Learn [animator as code](https://github.com/hai-vr/av3-animator-as-code/tree/driver-copy) to help with creating animators when adding the prefab to an avatar | ||
- pishock.cfg detection and first run setup guide | ||
- prevent crashing of script when a touchpoint is activated and values are not properly set | ||
|
||
# Assets used | ||
- Smart watch made by [vibhavsuthar1998](https://www.cgtrader.com/vibhavsuthar1998) rebuilt by me from [here](https://www.cgtrader.com/free-3d-models/industrial/other/smart-watch-1c785218-a560-4d7e-8478-f9de27312be8) | ||
- Icons from [here](https://materialdesignicons.com/) | ||
- Digital shader by [RED_SIM](https://www.patreon.com/red_sim) from [here](https://www.patreon.com/posts/62864361) |