Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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