Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crookedtoe/crookedtoe-s-modules
CrookedToe's Modules for VRCOSC.
https://github.com/crookedtoe/crookedtoe-s-modules
osc vrchat vrcosc-package
Last synced: about 21 hours ago
JSON representation
CrookedToe's Modules for VRCOSC.
- Host: GitHub
- URL: https://github.com/crookedtoe/crookedtoe-s-modules
- Owner: CrookedToe
- License: mit
- Created: 2025-01-26T00:08:07.000Z (2 days ago)
- Default Branch: main
- Last Pushed: 2025-01-26T00:40:43.000Z (2 days ago)
- Last Synced: 2025-01-26T01:23:01.884Z (2 days ago)
- Topics: osc, vrchat, vrcosc-package
- Language: C#
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CrookedToe's VRCOSC Modules
A collection of modules for [VRCOSC](https://github.com/VolcanicArts/VRCOSC).
## Modules
### OSCLeash
A module for controlling leash physics in VRChat using OSC parameters. For more information, see the [OSCLeash README](Modules/OSCLeash/README.md).### OSCAudioReaction
Captures your system's audio output and sends stereo direction and volume information to VRChat parameters for audio visualization. For more information, see the [OSCAudioReaction README](Modules/OSCAudioReaction/README.md).## Installation
1. Download the latest release from the releases page
2. Place the module DLLs in your VRCOSC modules folder (typically `%AppData%/VRCOSC/Packages/local`)
3. Enable the desired modules in VRCOSC
4. Configure each module's settings as needed## Development
These modules are developed for VRCOSC using C# and .NET 8.0. Each module is contained in its own directory under `Modules/` with its own README detailing specific functionality and setup.
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Credits
- [VRCOSC](https://github.com/VolcanicArts/VRCOSC) by VolcanicArts
- [VRC-OSC-Audio-Reaction](https://github.com/Codel1417/VRC-OSC-Audio-Reaction) by Codel1417