Skip to content

Update README to remove OpenVR tests and add links - #61

Merged
mallory-scotton merged 1 commit into
mainfrom
mallory-scotton-patch-1
Dec 30, 2025
Merged

Update README to remove OpenVR tests and add links#61
mallory-scotton merged 1 commit into
mainfrom
mallory-scotton-patch-1

Conversation

@mallory-scotton

Copy link
Copy Markdown
Owner

Removed OpenVR integration tests section and added links to video demonstrations.

Removed OpenVR integration tests section and added links to video demonstrations.
Copilot AI review requested due to automatic review settings December 30, 2025 19:17
@mallory-scotton
mallory-scotton merged commit db0c5da into main Dec 30, 2025
3 checks passed
@mallory-scotton
mallory-scotton deleted the mallory-scotton-patch-1 branch December 30, 2025 19:17

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR simplifies the README by removing the OpenVR Integration Tests section's table structure and replacing it with three direct video asset URLs.

Key changes:

  • Removed the markdown table structure that displayed OpenVR test videos
  • Replaced with three plain GitHub asset URLs
  • Removed descriptive captions and explanatory notes about the VR features

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment on lines +138 to +142
https://github.com/user-attachments/assets/ea81822c-4639-4dac-a033-86cfc7f25acf

| | |
|:-------------------------:|:-------------------------:|
| ![OpenVR Test 1](Screenshots/OpenVRTest-01.mp4) | ![OpenVR Test 2](Screenshots/OpenVRTest-02.mp4) |
| *VR Camera Tracking & Rendering* | *Motion Controller Integration* |
https://github.com/user-attachments/assets/7896ba35-49c9-4a9c-bea1-635bbeab81c8

> 🎥 **Note**: Video demonstrations showcasing experimental VR features with the TKD Engine
https://github.com/user-attachments/assets/f25013cf-f10b-424c-8df6-e827d484072e

Copilot AI Dec 30, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The URLs are not properly formatted as markdown. In markdown documents, bare URLs should either be wrapped in angle brackets to make them clickable or embedded in markdown syntax. Currently, these URLs will appear as plain text.

Consider using one of these formats:

  • Angle brackets: <https://github.com/user-attachments/assets/...>
  • Markdown link syntax: [Description](https://github.com/user-attachments/assets/...)
  • Markdown embedded video: ![Alt text](https://github.com/user-attachments/assets/...)

Since these appear to be video assets (based on the removed content context), using the image/video markdown syntax would be most appropriate.

Copilot uses AI. Check for mistakes.
Comment thread README.md
Comment on lines +138 to +142
https://github.com/user-attachments/assets/ea81822c-4639-4dac-a033-86cfc7f25acf

| | |
|:-------------------------:|:-------------------------:|
| ![OpenVR Test 1](Screenshots/OpenVRTest-01.mp4) | ![OpenVR Test 2](Screenshots/OpenVRTest-02.mp4) |
| *VR Camera Tracking & Rendering* | *Motion Controller Integration* |
https://github.com/user-attachments/assets/7896ba35-49c9-4a9c-bea1-635bbeab81c8

> 🎥 **Note**: Video demonstrations showcasing experimental VR features with the TKD Engine
https://github.com/user-attachments/assets/f25013cf-f10b-424c-8df6-e827d484072e

Copilot AI Dec 30, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The removal of descriptive context ("VR Camera Tracking & Rendering", "Motion Controller Integration") and explanatory note makes it unclear what these videos demonstrate. Without captions or descriptions, readers won't know what they're looking at or why these videos are included.

Consider adding descriptive text or captions for each video link to maintain documentation clarity and help users understand what each video demonstrates.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants