mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
Update README with links to instructions and etc
This commit is contained in:
17
README.md
17
README.md
@@ -1,11 +1,16 @@
|
||||
# SlimeVR-Server
|
||||
# SlimeVR Server
|
||||
Server app for SlimeVR ecosystem
|
||||
|
||||
Server orchestrates communication between VR driver running in SteamVR and multiple sensors.
|
||||
Server orchestrates communication between multiple sensors and integrations, like SteamVR.
|
||||
|
||||
Sensors implementations:
|
||||
* [SlimeVR Tracker for ESP](https://github.com/SlimeVR/SlimeVR-Tracker-ESP) - EPS8266 microcontroller and multiple IMUs are supported. Future
|
||||
* [owoTrack Mobile App](https://github.com/abb128/owoTrackVRSyncMobile) - use phone as a tracker (might not work with most recent version due to changes in protocol)
|
||||
* [SlimeVR Tracker for ESP](https://github.com/SlimeVR/SlimeVR-Tracker-ESP) - ESP microcontrollers and multiple IMUs are supported
|
||||
* [owoTrack Mobile App](https://github.com/abb128/owoTrackVRSyncMobile) - use phone as a tracker (limited functionality and copmatibility)
|
||||
|
||||
Driver implementation:
|
||||
* Uses [AptrilTags FBT driver](https://github.com/SlimeVR/Simple-OpenVR-Driver-Tutorial) as a driver (will be replaced soon)
|
||||
Integrations:
|
||||
* Use [SlimeVR OpenVR Driver](https://github.com/SlimeVR/SlimeVR-OpenVR-Driver) as a driver for SteamVR
|
||||
* Integrations with other systems will be added later
|
||||
|
||||
## How to use
|
||||
|
||||
Latest instructions are currently [here](https://gist.github.com/Eirenliel/8c0eefcdbda1076d5c2e1bf634831d20). Will be updated and republished as time goes on.
|
||||
@@ -8,6 +8,7 @@ import io.eiren.util.logging.LogManager;
|
||||
|
||||
public class Main {
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public static void main(String[] args) {
|
||||
System.setProperty("awt.useSystemAAFontSettings", "on");
|
||||
System.setProperty("swing.aatext", "true");
|
||||
|
||||
Reference in New Issue
Block a user