Update README with links to instructions and etc

This commit is contained in:
Eiren Rain
2021-07-04 19:36:54 +03:00
parent 528fb7ca8d
commit 1ed6b22db0
2 changed files with 12 additions and 6 deletions

View File

@@ -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.

View File

@@ -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");