Server app for SlimeVR ecosystem: Shadow Edition
Server orchestrates communication between multiple sensors and integrations, like SteamVR.
Sensors implementations:
- SlimeVR Tracker for ESP - ESP microcontrollers and multiple IMUs are supported
- owoTrack Mobile App - use phone as a tracker (limited functionality and compatibility)
Integrations:
- Use SlimeVR OpenVR Driver as a driver for SteamVR
- Integrations with other systems will be added later
Latest instructions are currently here. Will be updated and republished as time goes on.
You need to execute these commands in the folder where you want this project.
# Clone repositories
git clone https://github.com/SlimeVR/SlimeVR-Server.git
git clone https://github.com/Eirenliel/slime-java-commons.git
# Enter the directory and build the runnable server JAR
cd SlimeVR-Server
gradlew serverJarOpen Slime VR Server project in Eclipse or Intellij Idea
run gradle command serverJar to build a runnable server JAR