Skip to content

b1gm4x/SlimeVR-Server

 
 

Repository files navigation

SlimeVR Server

Server app for SlimeVR ecosystem

Server orchestrates communication between multiple sensors and integrations, like SteamVR.

Sensors implementations:

Integrations:

How to use

Latest instructions are currently here. Will be updated and republished as time goes on.

How to build

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 shadowJar

Open Slime VR Server project in Eclipse or Intellij Idea

run gradle command shadowJar to build a runnable server JAR

About

Server app for SlimeVR ecosystem

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • Batchfile 0.3%