https://github.com/aeelx/rustvail-osc
Fake OSC Trackers for VRChat
https://github.com/aeelx/rustvail-osc
vrchat
Last synced: 25 days ago
JSON representation
Fake OSC Trackers for VRChat
- Host: GitHub
- URL: https://github.com/aeelx/rustvail-osc
- Owner: Aeelx
- License: mit
- Created: 2024-10-18T04:11:39.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-14T23:48:15.000Z (about 2 months ago)
- Last Synced: 2025-03-15T00:26:42.952Z (about 2 months ago)
- Topics: vrchat
- Language: Rust
- Homepage: https://blog.aelx.me/#rustvailosc
- Size: 155 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# RustVail OSC




#### Simple application to fake OSC trackers for VRChat
###### This is my first (rust) project where i actually try to make something good and stable, feel free to judge as hard as you want
[](https://github.com/Aeelx/RustVail-OSC/releases/)## Screnshots

## Features
- Simple GUI for use in VR
- No internet connectivity in any way (except for the OSC server)
- Totally portable, just a config file in the same folder as the exe
- Quest support## Build it yourself
1. Install (and get familiar with) [Rust](https://www.rust-lang.org/tools/install) (MSVC is recommended for windows) and [git](https://git-scm.com/downloads)
2. Clone the repo `git clone https://github.com/Aelx/RustVail-OSC.git`
3. Build it with `cargo build -r` or run it with `cargo run`