From f332d53e577510a76b63772f968ee571edfb1444 Mon Sep 17 00:00:00 2001 From: Mhowser Date: Tue, 13 May 2025 06:32:06 +0000 Subject: [PATCH] add section for Slimetora --- .../.gitkeep | 0 content/docs/slimevr/slimetora/_index.md | 30 +++++++++++++++++++ 2 files changed, 30 insertions(+) rename content/docs/slimevr/{HaritoraX Trackers => slimetora}/.gitkeep (100%) create mode 100644 content/docs/slimevr/slimetora/_index.md diff --git a/content/docs/slimevr/HaritoraX Trackers/.gitkeep b/content/docs/slimevr/slimetora/.gitkeep similarity index 100% rename from content/docs/slimevr/HaritoraX Trackers/.gitkeep rename to content/docs/slimevr/slimetora/.gitkeep diff --git a/content/docs/slimevr/slimetora/_index.md b/content/docs/slimevr/slimetora/_index.md new file mode 100644 index 0000000..8221cfc --- /dev/null +++ b/content/docs/slimevr/slimetora/_index.md @@ -0,0 +1,30 @@ +--- +title: HaritoraX Trackers +weight: 50 +--- + +# HaritoraX Trackers + +{{% hint info %}} + +For a better Full Body experience on Linux, it is recommended to buy the Official SlimeVR Trackers. This article is not an endorsement and is intended for users who have already acquired the hardware and are looking for compatible software. + +{{% /hint %}} + +- [Product website](https://en.shiftall.net/our-products) + +HaritoraX trackers are IMU based positional trackers. + +## SlimeTora + +- [Project repo](https://github.com/OCSYT/SlimeTora) +- [Project Wiki](https://github.com/OCSYT/SlimeTora/wiki) + +SlimeTora is a program that connects the HaritoraX trackers to the [SlimeVR server](https://docs.slimevr.dev/server/index.html), supporting both the `HaritoraX Wireless` and `HaritoraX Wired` (1.1b/1.1/1.0). Supports `Bluetooth` (low energy), `Bluetooth` (classic) (w/ `COM`), and the `GX(6/2)` communication dongles (w/ `COM`). + +### haritorax-interpreter + +- [Project repo](https://github.com/JovannMC/haritorax-interpreter) +- [NodeJS package](https://www.npmjs.com/package/haritorax-interpreter) + +A node.js package that enables communication with the HaritoraX FBT trackers to read/write data to the trackers. No HaritoraConfigurator / VR Manager software needed (mostly)!