mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
Co-authored-by: Jeeko <d.safarik06@gmail.com> Co-authored-by: Uriel <urielfontan2002@gmail.com>
SlimeVR UI
This is the GUI of SlimeVR, it uses the SolarXR protocol to communicate with the server and is completely isolated from the server logic.
This project is written in Typescript + React for the frontend and uses Tauri + Rust as a small backend. This makes the application more lightweight than electron.
Compiling
Prerequisites
- Node.js 16 (We recommend the use of
nvminstead of installing Node.js directly) - Windows Webview
- SlimeVR server installed
- Rust
npm install
Build for production
npm run tauri build
Launch in dev mode
npm run tauri dev