Skip to content

Commit

Permalink
Restores template item for Resource listing
Browse files Browse the repository at this point in the history
  • Loading branch information
momo-the-monster committed Dec 9, 2022
1 parent fee2a8b commit db0a0d3
Showing 1 changed file with 1 addition and 54 deletions.
55 changes: 1 addition & 54 deletions docs/Resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,57 +19,4 @@ If you would like submit your own project for consideration, please post it to [

# The List

# Controllers
* [BrainFlowsIntoVRChat](https://github.com/ChilloutCharles/BrainFlowsIntoVRChat): BrainFlow code that sends your brain's relaxation and focus metrics to vrchat avatar paramaters via OSC. (Python)
* [bci-workshop](https://github.com/ChilloutCharles/bci-workshop): Control your avatar with your Brain. (Python)
* [OSC_To_keypress_Console](https://github.com/Salvesti/OSC_To_keypress_Console/): Translates OSC to Keypresses and vice versa. (C#)
* [VRChat Hotkeys OSC](https://gitlab.com/ameliend/vrchat-hotkeys-osc): Control Avatar Parameters through keyboard hotkeys. (Python)

# Face Tracking
* [OpenSeeFace](https://github.com/emilianavt/OpenSeeFace): Robust realtime face and facial landmark tracking on CPU with Unity integration (Python)
* [VSeeFace](https://www.vseeface.icu/): Standalone program with Face and Hand tracking, adding some direct VRChat OSC controls. (App)
* [VRChat-MotionOSC](https://github.com/rogeraabbccdd/VRChat-MotionOSC): Webcam to Avatar Parameters (NodeJS)
* [VRCFaceTracking](https://github.com/benaclejames/VRCFaceTracking): HTC Vive Pro Eye and Lip Tracking (C#)

# Hand Tracking
* [leapmotion-osc](https://github.com/adeleine1412/leapmotion-osc): Leap Motion > Finger Tracking (NodeJS)

# Heart Rate
* [HRPresence](https://github.com/Naraenda/HRPresence): Windows GATT heartrate monitor tool that pushes BPM to OpenSoundControl (OSC) for VRChat and DiscordRPC. (C#)
* [miband-heartrate-osc](https://github.com/mkc1370/miband-heartrate-osc): Enable and monitor heartrate with Mi Band device on Windows 10. (C#)
* [pulsoid-to-vrchat-osc](https://github.com/Sonic853/pulsoid-to-vrchat-osc): Send Heart Rate to VRChat over OSC via Pulsoid (NodeJS)
* [hr-osc](https://github.com/kamyu1537/hr-osc): Send Heart Rate from Stromno to Avatar (Go)
* [vrc-osc-miband-hrm](https://github.com/vard88508/vrc-osc-miband-hrm): Sends data from Mi Band / Amazfit HR Monitor to Avatar (NodeJS)
* [BluetoothHeartRateOSC](https://github.com/AkaiMage/BluetoothHeartRateOSC): Bluetooth Heart Rate reading program that writes to VRChat OSC (C#)

# IRL Control
* [mqtt2osc](https://github.com/asleeponduty/mqtt2osc): Subscribes to a MQTT topic and publishes to an OSC topic. (Python)
* [vrc-osc-audio-controls](https://github.com/uzair-ashraf/vrc-osc-audio-controls): Control system audio playback via OSC (Go)
* [vrcwatch](https://github.com/mezum/vrcwatch): Sends time over OSC (Python)
* [HardwareStat2VRChat](https://github.com/Nifty255/HardwareStat2VRChat): Use OSC to show your CPU and RAM usage on your VRChat avatar! (Go)

# Library
* [OscCore](https://github.com/stella3d/OscCore): A performance-oriented OSC library for Unity\, what we use within VRChat (C#)
* [VRCOSCGUI](https://github.com/YABam/VRCOSCGUI): This is a OSCSender for VRChat based on Plugins. By using interface can add more plugins and send OSC by the holder application. Each plugin don't need to manage OSC by itself. (C#,C++)
* [OSCLib-for-ESP8266](https://github.com/stahlnow/OSCLib-for-ESP8266): Send messages from microcontrollers (Arduino)
* [phorcys](https://github.com/kb10uy/phorcys): Open Sound Control (OSC) implementation and VRChat OSC API tools written in Rust! (Rust)
* [VRC_OSCLib](https://github.com/Irisl0/VRC_OSCLib): OSC & VRChat-specific helpers in Rust. Midi > OSC (Rust)

# Misc
* [vrc-worldobject](https://github.com/seanedwards/vrc-worldobject): Create world space props that are network-synced for late joiners. (TouchOSC,C#)
* [OSCKeyboard](https://github.com/ShadowForests/OSCKeyboard): Send Windows keyboard input to Avatar keyboard (Python)

# Text
* [vrc-osc-scripts](https://github.com/cyberkitsune/vrc-osc-scripts): Various OSC helper scripts that I made for VRChat (Python)

# Twitch
* [Spooder](https://github.com/GreySole/Spooder): Make your stream an open canvas with OSC driven events and browser plugins (NodeJS)
* [EZTwitchOSCBot](https://github.com/AcChosen/EZTwitchOSCBot): Simple & customizable Twitch bot with a GUI interface that takes chat commands and sends them to VRChat through OSC (NodeJS)
* [TwitchVrcAvatarOSC](https://github.com/Killers0992/TwitchVrcAvatarOSC): Twitch bot to manipulate avatar (C#)

# Utilities
* [VRCOSC](https://github.com/VolcanicArts/VRCOSC): Modular OSC application creator made for VRChat (C#)
* [Protokol](https://hexler.net/protokol): App to monitor and log OSC (App)
* [TouchOSC](https://hexler.net/touchosc): Scriptable OSC Interface Application (App)
* [AV3Emulator](https://github.com/lyuma/Av3Emulator): Avatar Emulator with OSC Support (C#)

{{Resources}}

0 comments on commit db0a0d3

Please sign in to comment.