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

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

Awesome Lists containing this project

README

        

![RustVail OSC Logo](https://github.com/Aeelx/RustVail-OSC/blob/main/assets/RVO.png)

# RustVail OSC

![GitHub License](https://img.shields.io/github/license/Aeelx/RustVail-OSC?style=for-the-badge)
![Codacy grade](https://img.shields.io/codacy/grade/99c1222e08be4a529cb1475267b49e56?style=for-the-badge&label=Codacy%20code%20grade)
![GitHub Language](https://img.shields.io/github/languages/top/Aeelx/RustVail-OSC?style=for-the-badge)
![GitHub Stars](https://img.shields.io/github/stars/Aeelx/RustVail-OSC?color=red&style=for-the-badge)
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/aeelx/RustVail-OSC/total?style=for-the-badge)

#### 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

[![Download](https://img.shields.io/badge/Download-white?style=for-the-badge
)](https://github.com/Aeelx/RustVail-OSC/releases/)

## Screnshots

![First screenshot](https://github.com/Aeelx/RustVail-OSC/blob/main/.github/Screen1.png)

## 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`