|
Tags: Blanking Manual revert |
(One intermediate revision by the same user not shown) |
Line 1: |
Line 1: |
| <!DOCTYPE html>
| |
| <html>
| |
| <head>
| |
| <meta charset="UTF-8">
| |
| <meta name="viewport" content="width=device-width, initial-scale=1.0">
| |
| <title>VR & AR Wiki - Mobile</title>
| |
| <style>
| |
| /* Mobile-specific styles */
| |
| body {
| |
| font-family: Arial, sans-serif;
| |
| margin: 0;
| |
| padding: 0;
| |
| background-color: #f9f9f9;
| |
| color: #333;
| |
| }
| |
|
| |
| .container {
| |
| max-width: 100%;
| |
| padding: 10px;
| |
| }
| |
|
| |
| .superheader {
| |
| border: 3px double #bbc2ca;
| |
| padding: 10px;
| |
| text-align: center;
| |
| margin-bottom: 15px;
| |
| font-size: 0.9em;
| |
| }
| |
|
| |
| .header1 {
| |
| background: linear-gradient(to bottom, #939aa4 0%, #bbc2ca 100%);
| |
| padding: 10px;
| |
| margin-bottom: 10px;
| |
| text-align: center;
| |
| border-radius: 4px;
| |
| }
| |
|
| |
| .header2 {
| |
| background: linear-gradient(to bottom, #254b72 0%, #6f97b0 100%);
| |
| padding: 10px;
| |
| margin-bottom: 5px;
| |
| text-align: center;
| |
| border-radius: 4px;
| |
| }
| |
|
| |
| .header3 {
| |
| background: linear-gradient(to bottom, #e5a145 0%, #f8d281 100%);
| |
| padding: 10px;
| |
| margin-bottom: 5px;
| |
| text-align: center;
| |
| border-radius: 4px;
| |
| }
| |
|
| |
| .white {
| |
| color: white;
| |
| margin: 0;
| |
| font-weight: bold;
| |
| }
| |
|
| |
| .section {
| |
| margin-bottom: 15px;
| |
| border: 3px double #82a0b8;
| |
| padding: 5px;
| |
| border-radius: 2px;
| |
| }
| |
|
| |
| .section.ar {
| |
| border: 3px double #eab267;
| |
| }
| |
|
| |
| .section.terms {
| |
| border: 3px double #bbc2ca;
| |
| }
| |
|
| |
| .body {
| |
| padding: 5px 10px;
| |
| font-size: 0.9em;
| |
| }
| |
|
| |
| .list-items {
| |
| display: grid;
| |
| grid-template-columns: 1fr 1fr;
| |
| grid-gap: 5px;
| |
| list-style-type: none;
| |
| padding-left: 0;
| |
| margin: 5px 0;
| |
| }
| |
|
| |
| .list-items-wide {
| |
| display: grid;
| |
| grid-template-columns: 1fr 1fr;
| |
| grid-gap: 10px;
| |
| list-style-type: none;
| |
| padding-left: 0;
| |
| margin: 10px 0;
| |
| }
| |
|
| |
| .list-item {
| |
| padding: 3px 0;
| |
| font-weight: bold;
| |
| }
| |
|
| |
| a {
| |
| color: #254b72;
| |
| text-decoration: none;
| |
| }
| |
|
| |
| .more-link {
| |
| display: block;
| |
| text-align: right;
| |
| margin-top: 5px;
| |
| font-style: italic;
| |
| }
| |
|
| |
|
| .description {
| |
| margin-bottom: 15px;
| |
| line-height: 1.4;
| |
| }
| |
| </style>
| |
| </head>
| |
| <body>
| |
| <div class="container">
| |
| <!-- Header Section -->
| |
| <div class="superheader">
| |
| <div class="header1">
| |
| <p class="white">Welcome to vrarwiki.com: the VR & AR Wiki</p>
| |
| </div>
| |
| <p>vrarwiki.com is the <a href="/wiki/Virtual_Reality">Virtual Reality</a> and <a href="/wiki/Augmented_Reality">Augmented Reality</a> Wiki. Our mission is to collect, clarify and consolidate any and every bit of information related to <a href="/wiki/VR">VR</a> and <a href="/wiki/AR">AR</a>. We are a community wiki written and maintained by fans and enthusiasts. To edit existing pages or create new pages, please <a href="/wiki/Special:Login">login</a> or <a href="/wiki/Special:CreateAccount">register</a>.</p>
| |
| </div>
| |
|
| |
| <!-- VR Section -->
| |
| <div class="section">
| |
| <div class="header2">
| |
| <p class="white">Virtual Reality (VR)</p>
| |
| </div>
| |
| <div class="body">
| |
| <div class="description">
| |
| <strong>Virtual Reality</strong> or <strong>VR</strong> is a computer simulated, artificial environment that can take inspiration from the physical features of the real world or go beyond them. <a href="/wiki/Virtual_Reality#Devices">VR Devices</a> are able to temporarily fool our senses into believing that the simulated world is real. This immersive medium has the power to create novel experiences that are unattainable anywhere else. VR can be considered <a href="/wiki/synthetic">synthetic</a>, <a href="/wiki/multi-sensory">multi-sensory</a>, <a href="/wiki/interactive">interactive</a> and <a href="/wiki/immersive">immersive</a>.
| |
| </div>
| |
|
| |
| <!-- VR Devices -->
| |
| <div class="header2">
| |
| <p class="white">VR Devices</p>
| |
| </div>
| |
| <ul class="list-items">
| |
| <li class="list-item"><a href="/wiki/Apple_Vision_Pro">Apple Vision Pro</a></li>
| |
| <li class="list-item"><a href="/wiki/Meta_Quest_3">Meta Quest 3</a></li>
| |
| <li class="list-item"><a href="/wiki/Meta_Quest_2">Meta Quest 2</a></li>
| |
| <li class="list-item"><a href="/wiki/Pico_4">Pico 4</a></li>
| |
| <li class="list-item"><a href="/wiki/HTC_Vive">HTC Vive</a></li>
| |
| </ul>
| |
| <a href="/wiki/Virtual_Reality#Devices" class="more-link">More...</a>
| |
|
| |
| <!-- VR Platforms -->
| |
| <div class="header2">
| |
| <p class="white">VR Platforms</p>
| |
| </div>
| |
| <ul class="list-items">
| |
| <li class="list-item"><a href="/wiki/visionOS">visionOS</a></li>
| |
| <li class="list-item"><a href="/wiki/Oculus_Rift_(Platform)">Oculus Rift</a></li>
| |
| <li class="list-item"><a href="/wiki/SteamVR">SteamVR</a></li>
| |
| <li class="list-item"><a href="/wiki/WebVR">WebVR</a></li>
| |
| <li class="list-item"><a href="/wiki/Microsoft_Virtual_Reality">Microsoft VR</a></li>
| |
| </ul>
| |
| <a href="/wiki/Virtual_Reality#Platforms" class="more-link">More...</a>
| |
| </div>
| |
| </div>
| |
|
| |
| <!-- AR Section -->
| |
| <div class="section ar">
| |
| <div class="header3">
| |
| <p class="white">Augmented Reality (AR)</p>
| |
| </div>
| |
| <div class="body">
| |
| <div class="description">
| |
| <strong>Augmented Reality</strong> or <strong>AR</strong> is the technology that combines the real world and the digital world. <a href="/wiki/AR_Devices">AR Devices</a> enhance our perception of reality through the incorporation of computer generated information and imageries into our senses. These devices overlay data and rendered images onto physical objects and real-life environments. AR is not restricted to particular displays technologies (e.g. <a href="/wiki/HMD">HMD</a>) and potentially isn't limited to the sense of sight.
| |
| </div>
| |
|
| |
| <!-- AR Devices -->
| |
| <div class="header3">
| |
| <p class="white">AR Devices</p>
| |
| </div>
| |
| <ul class="list-items">
| |
| <li class="list-item"><a href="/wiki/Xreal_Air_2_Pro">Xreal Air 2 Pro</a></li>
| |
| <li class="list-item"><a href="/wiki/Rokid_Max_Pro">Rokid Max Pro</a></li>
| |
| <li class="list-item"><a href="/wiki/Microsoft_HoloLens">Microsoft HoloLens</a></li>
| |
| <li class="list-item"><a href="/wiki/Meta_2">Meta 2</a></li>
| |
| <li class="list-item"><a href="/wiki/Google_Glass">Google Glass</a></li>
| |
| </ul>
| |
| <a href="/wiki/Augmented_Reality#Devices" class="more-link">More...</a>
| |
|
| |
| <!-- AR Platforms -->
| |
| <div class="header3">
| |
| <p class="white">AR Platforms</p>
| |
| </div>
| |
| <ul class="list-items">
| |
| <li class="list-item"><a href="/wiki/visionOS">visionOS</a></li>
| |
| <li class="list-item"><a href="/wiki/Windows_Mixed_Reality">Windows Mixed Reality</a></li>
| |
| <li class="list-item"><a href="/wiki/SmartEyeglass">SmartEyeglass</a></li>
| |
| <li class="list-item"><a href="/wiki/Magic_Leap">Magic Leap</a></li>
| |
| <li class="list-item"><a href="/wiki/Snap">Snap</a></li>
| |
| </ul>
| |
| <a href="/wiki/Augmented_Reality#Platforms" class="more-link">More...</a>
| |
| </div>
| |
| </div>
| |
|
| |
| <!-- Terms Section -->
| |
| <div class="section terms">
| |
| <div class="header1">
| |
| <p class="white">Terms</p>
| |
| </div>
| |
| <div class="body">
| |
| <ul class="list-items-wide">
| |
| <li class="list-item"><a href="/wiki/Acronyms">Acronyms</a></li>
| |
| <li class="list-item"><a href="/wiki/Events">Events</a></li>
| |
| <li class="list-item"><a href="/wiki/Input">Input</a></li>
| |
| <li class="list-item"><a href="/wiki/Camera">Camera</a></li>
| |
| <li class="list-item"><a href="/wiki/Developer_Resource">Developer Resource</a></li>
| |
| <li class="list-item"><a href="/wiki/Locomotion">Locomotion</a></li>
| |
| <li class="list-item"><a href="/wiki/Mixed_Reality">Mixed Reality</a></li>
| |
| <li class="list-item"><a href="/wiki/Metaverse">Metaverse</a></li>
| |
| <li class="list-item"><a href="/wiki/Positional_tracking">Positional tracking</a></li>
| |
| <li class="list-item"><a href="/wiki/Inside-out_tracking">Inside-out tracking</a></li>
| |
| <li class="list-item"><a href="/wiki/Brain-computer_interface">Brain-computer interface</a></li>
| |
| <li class="list-item"><a href="/wiki/VR_advertising">VR advertising</a></li>
| |
| <li class="list-item"><a href="/wiki/Simulation_theory">Simulation theory</a></li>
| |
| <li class="list-item"><a href="/wiki/Empathy">Empathy</a></li>
| |
| </ul>
| |
| <a href="/wiki/Category:Terms" class="more-link">More...</a>
| |
| </div>
| |
| </div>
| |
| </div>
| |
| </body>
| |
| </html>
| |