From 6f637bc060516cc9b10b8a3c52a51f8d5fca593c Mon Sep 17 00:00:00 2001 From: Inter Date: Sat, 16 Dec 2023 21:26:09 +0000 Subject: [PATCH] =?UTF-8?q?+=20=E2=9C=A8=20Added=20VR=20badges=20(#66)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 2314a4e..0e80643 100644 --- a/README.md +++ b/README.md @@ -509,6 +509,26 @@ | [![GitHub repo watchers](https://img.shields.io/github/watchers/badges/shields.svg?style=social)](#) | `[![GitHub repo watchers](https://img.shields.io/github/repo-watchers/badges/shields.svg?style=social)](https://github.com/badges/shields/watchers)` | | [![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/badges/shields.svg)](#) | `[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/badges/shields.svg)](https://github.com/badges/shields/tags)` | +
+ +[⬆️ Return back to top ⬆️](#-table-of-contents) + +
+ +### 🖲️ VR: + +### VR Badges: +| Preview | Markdown Code | +|---------|---------------| +| [![ARKit](https://img.shields.io/badge/ARKit-%23000000.svg?logo=apple&logoColor=white)](#) | `[![ARKit](https://img.shields.io/badge/ARKit-%23000000.svg?logo=apple&logoColor=white)](#)` | +| [![Google Cardboard](https://img.shields.io/badge/Google%20Cardboard-%23FF713B.svg?logo=google-cardboard&logoColor=white)](#) | `[![Google Cardboard](https://img.shields.io/badge/Google%20Cardboard-%23FF713B.svg?logo=google-cardboard&logoColor=white)](#)` | +| [![Oculus](https://img.shields.io/badge/Oculus-%231A1A1A.svg?logo=oculus&logoColor=white)](#) | `[![Oculus](https://img.shields.io/badge/Oculus-%231A1A1A.svg?logo=oculus&logoColor=white)](#)` | +| [![PlayStation VR](https://img.shields.io/badge/PlayStation%20VR-%23007ACC.svg?logo=playstation&logoColor=white)](#) | `[![PlayStation VR](https://img.shields.io/badge/PlayStation%20VR-%23007ACC.svg?logo=playstation&logoColor=white)](#)` | +| [![SteamVR](https://img.shields.io/badge/SteamVR-%23232F3E.svg?logo=steam&logoColor=white)](#) | `[![SteamVR](https://img.shields.io/badge/SteamVR-%23232F3E.svg?logo=steam&logoColor=white)](#)` | + + + +
[⬆️ Return back to top ⬆️](#-table-of-contents)