Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KimihikoAkayasaki authored Apr 8, 2023
1 parent cf316c8 commit f19b7e1
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,29 @@ Amethyst is a Windows application for using various devices for body tracking in
This is a rewrite from the ground up, it is *not* based on KinectToVR/K2EX. It is a whole new app that doesn't carry the legacy baggage of K2EX. We were able to fix numerous bugs and streamline the experience. We hope you will enjoy it. If you like what you see and you wish to support future development, you can throw money at us with the [<img style="display:inline; height:26px;" src="https://user-images.githubusercontent.com/8508676/189487326-eff20178-77a2-4ea4-9798-d389e53501e4.png">](https://opencollective.com/k2vr) button.
(We won't force you, though every expense is currently out of pocket.)

<img alt="Amethyst General Tab" src="https://imgur.com/aQVyfZL.png">


<img alt="Amethyst General Tab" src="https://user-images.githubusercontent.com/50022719/230727989-84673a2e-ee90-45e8-9282-cbe9bd1f8697.png">
<details>
<summary><span style="font-weight:600;">More Screenshots</span></summary>
<img alt="Amethyst Settings Tab" src="https://imgur.com/Yt6y7Jk.png">
<img alt="Amethyst Devices Tab" src="https://imgur.com/L1CYeQP.png">
<img alt="Amethyst Info Tab" src="https://imgur.com/z0DRI9i.png">
<img alt="Amethyst Plugins Tab" src="https://imgur.com/kaVFmDg.png">
<img alt="Amethyst Settings Tab" src="https://user-images.githubusercontent.com/50022719/230728008-42181c96-67cf-4c54-b632-b0b8aafc478c.png">
<img alt="Amethyst Devices Tab" src="https://user-images.githubusercontent.com/50022719/230728027-3c758683-5df3-4cb5-b485-e93f3245e188.png">
<img alt="Amethyst Info Tab" src="https://user-images.githubusercontent.com/50022719/230728043-e3fda800-d4ac-46c8-aca7-e5ef02507d58.png">
<img alt="Amethyst Plugins Tab" src="https://user-images.githubusercontent.com/50022719/230728064-98f0f510-bc83-470a-a3af-e0f8ed5b67c1.png">
</details>

<details>
<summary><span style="font-weight:600;">Related Components</span></summary>
<img alt="Amethyst ExtFlip" src="https://imgur.com/5DD0ma6.png">
<img alt="Amethyst Extra Trackers" src="https://imgur.com/nnAo4yP.png">
<img alt="Amethyst Tracking Output" src="https://imgur.com/GAXCs1n.png">
<img alt="Amethyst Store Sample" src="https://imgur.com/4BiedL8.png">
<img alt="Amethyst ExtFlip" src="https://user-images.githubusercontent.com/50022719/230728107-d65de3d3-5545-43bf-86b9-5d223af615f1.png">
<img alt="Amethyst Extra Trackers" src="https://user-images.githubusercontent.com/50022719/230728127-809e14a8-3077-4433-9726-509abd4f8900.png">
<img alt="Amethyst Tracking Output" src="https://user-images.githubusercontent.com/50022719/230728139-793302e3-c66f-4c2d-a333-dfe86cc6e591.png">
<img alt="Amethyst Store Sample" src="https://user-images.githubusercontent.com/50022719/230728147-a3e08d07-99ae-40e2-8994-67de31ebc1de.png">
</details>

<details>
<summary><span style="font-weight:600;">Extra/Fun Stuff</span></summary>
<img alt="Amethyst Help" src="https://imgur.com/MlJcnIp.png">
<img alt="Amethyst Freeze" src="https://imgur.com/NbIYAog.png">
<img alt="Amethyst Help" src="https://user-images.githubusercontent.com/50022719/230728159-54110668-51b9-419f-9825-6e5296212267.png">
<img alt="Amethyst Freeze" src="https://user-images.githubusercontent.com/50022719/230728169-3e7b30d4-30cd-4595-a8a8-68c512edcf23.png">
</details>
</br>

Expand All @@ -38,17 +40,14 @@ This is a rewrite from the ground up, it is *not* based on KinectToVR/K2EX. It i
- Windows 20H2 or newer (+any win11 is fine)
- Install [VCRedist 2022](https://aka.ms/vs/17/release/vc_redist.x64.exe)

Releases older than `1.0.2.4` require a manual install of
[.NET 6 Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.4-windows-x64-installer) and [Windows App SDK Runtime](https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/downloads)

### Actually doing the thing:

- **Download Amethyst-Release-XXXXXX.zip** from the [latest release](https://github.com/KinectToVR/Amethyst-Releases/releases/latest).
- **Create a new folder**, e.g. `C:\Amethyst`
- **Extract the ZIP** into that new folder.
*In the case of the example folder, you would end up with `C:\Amethyst\Amethyst.exe`*
- Once Amethyst is launched, Click re-register SteamVR driver and follow the prompts.
- ![ezgif com-gif-maker(7)](https://user-images.githubusercontent.com/8508676/181381958-98f913be-e7f7-461a-9c52-d642c9090a65.gif)
- ![ezgif-4-5e11deefe7](https://user-images.githubusercontent.com/50022719/230727961-75900c17-e65a-4c87-b653-a90af395d759.gif)

### It's unsupported but please help me anyway!!!

Expand Down

0 comments on commit f19b7e1

Please sign in to comment.