https://github.com/aeelx/rustvail-osc
Fake OSC Trackers for VRChat
https://github.com/aeelx/rustvail-osc
vrchat
Last synced: about 2 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-15T00:37:19.000Z (over 1 year ago)
- Last Synced: 2025-04-06T00:41:13.688Z (about 1 year ago)
- Topics: vrchat
- Language: Rust
- Homepage: https://blog.aelx.me/#rustvailosc
- Size: 157 KB
- Stars: 3
- 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`