https://github.com/kinecttovr/amethyst
(Not Actually) Super Secret KTVR Rewrite To WinUI 3.0
https://github.com/kinecttovr/amethyst
body-tracking driver hacktoberfest kinect kinecttovr openvr psmove psmoveservice steamvr winappsdk winui3
Last synced: about 1 month ago
JSON representation
(Not Actually) Super Secret KTVR Rewrite To WinUI 3.0
- Host: GitHub
- URL: https://github.com/kinecttovr/amethyst
- Owner: KinectToVR
- License: gpl-3.0
- Created: 2021-12-05T16:16:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T10:48:54.000Z (7 months ago)
- Last Synced: 2024-10-29T11:24:48.030Z (7 months ago)
- Topics: body-tracking, driver, hacktoberfest, kinect, kinecttovr, openvr, psmove, psmoveservice, steamvr, winappsdk, winui3
- Language: C#
- Homepage:
- Size: 51.9 MB
- Stars: 60
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# **Amethyst**
### How do I install or update Amethyst?
[](https://www.microsoft.com/store/apps/9P7R8FGDDGDH)
**[Check out this repo for manual setup instructions](https://github.com/KinectToVR/Amethyst-Releases)**## **License**
This project is licensed under the GNU GPL v3 License## **Releases & Downloads**
Except the [repo-wise Releases](https://github.com/KinectToVR/Amethyst/releases), official ones are in [the Amethyst-Releases repo](https://github.com/KinectToVR/Amethyst-Releases).# **For Developers:**
## **Build & Deploy**
Unavailable for now, please follow the [Azure Pipelines script](https://github.com/KinectToVR/Amethyst/blob/main/azure-pipelines.yml).## **Devices / Plugins Samples**
Unavailable for now, please wait until a dedicated samples repo is published.
Each official device plugin is a (language configuration) sample at the same time:
- [Kinect V2 Plugin](https://github.com/KinectToVR/plugin_KinectOne) (Pure C# with Kinect SDK deps)
- [Kinect V1 Plugin](https://github.com/KinectToVR/plugin_Kinect360) (C++/CLI handler with C# proxy)
- [owoTrackVR Plugin](https://github.com/KinectToVR/plugin_owoTrackVR) (C++/WinRT handler with C# proxy)
- [PSMoveService Plugin](https://github.com/KinectToVR/plugin_PSMoveService) (Pure C# with VB.NET deps)
- [OpenVR Plugin](https://github.com/KinectToVR/plugin_OpenVR) (C# with native, marshalled deps)
- [OSC Plugin](https://github.com/KinectToVR/plugin_OSC) (Pure C# with netstandard deps)## **Docs / Wikis**
I try to document the code as I go (not to forget stuff), it should kind-of readable and understandable.
For questions about how something works or how to use it, please search through this repo, or just ask.
When all the official developer docs are finished, they will be available somewhere [on this page](https://docs.k2vr.tech/).