Convert to tab indentation

This commit is contained in:
Cameron Gutman 2018-10-25 17:55:10 -07:00
parent e46aa32787
commit 51ed18576f

View File

@ -1,316 +1,316 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<!-- <!--
Escape Velocity by HTML5 UP Escape Velocity by HTML5 UP
html5up.net | @n33co html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
--> -->
<html lang="en"> <html lang="en">
<head> <head>
<title>Moonlight Game Streaming</title> <title>Moonlight Game Streaming</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Moonlight allows you to stream your collection of games from your GameStream-compatible PC to any supported device and play them remotely." /> <meta name="description" content="Moonlight allows you to stream your collection of games from your GameStream-compatible PC to any supported device and play them remotely." />
<meta name="keywords" content="" /> <meta name="keywords" content="" />
<meta name="theme-color" content="#434343"/> <meta name="theme-color" content="#434343"/>
<link rel="manifest" href="/manifest.json"> <link rel="manifest" href="/manifest.json">
<link rel="apple-touch-icon" sizes="57x57" href="/images/touch/icons-57.png"> <link rel="apple-touch-icon" sizes="57x57" href="/images/touch/icons-57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/images/touch/icons-60.png"> <link rel="apple-touch-icon" sizes="60x60" href="/images/touch/icons-60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/images/touch/icons-72.png"> <link rel="apple-touch-icon" sizes="72x72" href="/images/touch/icons-72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/images/touch/icons-76.png"> <link rel="apple-touch-icon" sizes="76x76" href="/images/touch/icons-76.png">
<link rel="apple-touch-icon" sizes="120x120" href="/images/touch/icons-120.png"> <link rel="apple-touch-icon" sizes="120x120" href="/images/touch/icons-120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/images/touch/icons-144.png"> <link rel="apple-touch-icon" sizes="144x144" href="/images/touch/icons-144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/images/touch/icons-152.png"> <link rel="apple-touch-icon" sizes="152x152" href="/images/touch/icons-152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/touch/icons-180.png"> <link rel="apple-touch-icon" sizes="180x180" href="/images/touch/icons-180.png">
<link rel="icon" type="image/png" href="/images/manifest/icons-16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/images/manifest/icons-16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/images/manifest/icons-32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/images/manifest/icons-32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/manifest/icons-96.png" sizes="96x96"> <link rel="icon" type="image/png" href="/images/manifest/icons-96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/images/manifest/icons-192.png" sizes="192x192"> <link rel="icon" type="image/png" href="/images/manifest/icons-192.png" sizes="192x192">
<link rel="canonical" href="https://moonlight-stream.com"/> <link rel="canonical" href="https://moonlight-stream.com"/>
<link rel="alternate" hreflang="en" href="https://moonlight-stream.com" /> <link rel="alternate" hreflang="en" href="https://moonlight-stream.com" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]--> <!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script> <script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script> <script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script> <script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script> <script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script> <script src="js/init.js"></script>
<noscript> <noscript>
<link rel="stylesheet" href="css/skel.css" /> <link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" /> <link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" /> <link rel="stylesheet" href="css/style-desktop.css" />
</noscript> </noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]--> <!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<style> <style>
#navPanel .link { #navPanel .link {
white-space: nowrap; white-space: nowrap;
} }
</style> </style>
</head> </head>
<body class="homepage"> <body class="homepage">
<!-- Header --> <!-- Header -->
<div id="header-wrapper" class="wrapper"> <div id="header-wrapper" class="wrapper">
<div id="header"> <div id="header">
<!-- Logo --> <!-- Logo -->
<div id="logo"> <div id="logo">
<h1><a href="index.html">Moonlight</a></h1> <h1><a href="index.html">Moonlight</a></h1>
<p>An open source NVIDIA GameStream client</p> <p>An open source NVIDIA GameStream client</p>
</div> </div>
<!-- Nav --> <!-- Nav -->
<nav id="nav"> <nav id="nav">
<ul> <ul>
<li><a href="https://github.com/moonlight-stream">Github</a></li> <li><a href="https://github.com/moonlight-stream">Github</a></li>
<li><a href="https://github.com/moonlight-stream/moonlight-docs/wiki">Wiki</a></li> <li><a href="https://github.com/moonlight-stream/moonlight-docs/wiki">Wiki</a></li>
<li><a href="#">Downloads</a> <li><a href="#">Downloads</a>
<ul> <ul>
<li>
<a href="https://play.google.com/store/apps/details?id=com.limelight">
<div>Android</div>
</a>
</li>
<li> <li>
<a href="https://itunes.apple.com/us/app/moonlight-game-streaming/id1000551566"> <a href="https://play.google.com/store/apps/details?id=com.limelight">
<div>iOS</div> <div>Android</div>
</a> </a>
</li> </li>
<li> <li>
<a href="https://www.amazon.com/gp/product/B00JK4MFN2"> <a href="https://itunes.apple.com/us/app/moonlight-game-streaming/id1000551566">
<div>Amazon</div> <div>iOS</div>
</a> </a>
</li> </li>
<li> <li>
<a href="https://github.com/moonlight-stream/moonlight-qt/releases"> <a href="https://www.amazon.com/gp/product/B00JK4MFN2">
<div>PC</div> <div>Amazon</div>
</a> </a>
</li> </li>
<li> <li>
<a href="https://chrome.google.com/webstore/detail/moonlight-game-streaming/gemamigbbenahjlfnmlfdjhdnkpbkfjj"> <a href="https://github.com/moonlight-stream/moonlight-qt/releases">
<div>ChromeOS</div> <div>PC</div>
</a> </a>
</li> </li>
</ul> <li>
</li> <a href="https://chrome.google.com/webstore/detail/moonlight-game-streaming/gemamigbbenahjlfnmlfdjhdnkpbkfjj">
</ul> <div>ChromeOS</div>
</nav> </a>
</div> </li>
</div> </ul>
<!-- Intro --> </li>
<div id="intro-wrapper" class="wrapper style1"> </ul>
<div class="title">What is Moonlight?</div> </nav>
<section id="intro" class="container"> </div>
<p class="style2"> </div>
Moonlight allows you to stream your collection of games from your PC to another device. <!-- Intro -->
</p> <div id="intro-wrapper" class="wrapper style1">
<p class="style3"><strong>Moonlight</strong> (formerly known as Limelight) is an open source implementation of NVIDIA's GameStream protocol. We implemented the protocol used by the NVIDIA Shield and wrote a set of 3rd party clients.</p> <div class="title">What is Moonlight?</div>
<br /> <section id="intro" class="container">
<p class="style3"><strong>What does this mean for you?</strong> Moonlight allows you to stream your collection of games from your <a href="https://www.nvidia.com/en-us/shield/games/gamestream/"/>GameStream-compatible PC</a> to any supported device and play them remotely. Moonlight is perfect for gameplay on the go without sacrificing the graphics quality of your gaming computer.</p> <p class="style2">
</section> Moonlight allows you to stream your collection of games from your PC to another device.
</div> </p>
<!-- Moonlight features tab --> <p class="style3"><strong>Moonlight</strong> (formerly known as Limelight) is an open source implementation of NVIDIA's GameStream protocol. We implemented the protocol used by the NVIDIA Shield and wrote a set of 3rd party clients.</p>
<div class="wrapper style2"> <br />
<div class="title">Moonlight in Action</div> <p class="style3"><strong>What does this mean for you?</strong> Moonlight allows you to stream your collection of games from your <a href="https://www.nvidia.com/en-us/shield/games/gamestream/"/>GameStream-compatible PC</a> to any supported device and play them remotely. Moonlight is perfect for gameplay on the go without sacrificing the graphics quality of your gaming computer.</p>
<div id="main" class="container"> </section>
<!-- Image --> </div>
<a href="#" class="image featured" title="Stream to all your devices"> <!-- Moonlight features tab -->
<img src="images/steam_framed.png" alt="" /> <div class="wrapper style2">
</a> <div class="title">Moonlight in Action</div>
<!-- Features --> <div id="main" class="container">
<section id="features"> <!-- Image -->
<header class="style1"> <a href="#" class="image featured" title="Stream to all your devices">
<h2>What can Moonlight do for you?</h2> <img src="images/steam_framed.png" alt="" />
</header> </a>
<div class="feature-list"> <!-- Features -->
<div class="row"> <section id="features">
<div class="6u"> <header class="style1">
<section> <h2>What can Moonlight do for you?</h2>
<h3 class="icon fa-rss">Support for 120 FPS streaming</h3> </header>
<p>Stream at up to 120 FPS using the new <strong>Moonlight PC client</strong> with the option to disable V-Sync for the lowest possible latency.</p> <div class="feature-list">
</section> <div class="row">
</div> <div class="6u">
<div class="6u"> <section>
<section> <h3 class="icon fa-rss">Support for 120 FPS streaming</h3>
<h3 class="icon fa-play">Stream At Up To 4K Resolution</h3> <p>Stream at up to 120 FPS using the new <strong>Moonlight PC client</strong> with the option to disable V-Sync for the lowest possible latency.</p>
<p>If you can see it on your PC, you can stream it using <strong>Moonlight</strong>, including your full Windows desktop at 4K 120 FPS with a capable client.</p> </section>
</section> </div>
</div> <div class="6u">
</div> <section>
<div class="row"> <h3 class="icon fa-play">Stream At Up To 4K Resolution</h3>
<div class="6u"> <p>If you can see it on your PC, you can stream it using <strong>Moonlight</strong>, including your full Windows desktop at 4K 120 FPS with a capable client.</p>
<section> </section>
<h3 class="icon fa-gamepad">Controller Support</h3> </div>
<p>Connect your <strong>Moonlight</strong> device to supported controllers for a more immersive gaming experience with up to 4 players.</p> </div>
</section> <div class="row">
</div> <div class="6u">
<div class="6u"> <section>
<section> <h3 class="icon fa-gamepad">Controller Support</h3>
<h3 class="icon fa-mobile">Multiple Platforms</h3> <p>Connect your <strong>Moonlight</strong> device to supported controllers for a more immersive gaming experience with up to 4 players.</p>
<p>If you have an Android device, iOS device, PC, Chromebook, Gear VR, or even a Raspberry Pi, you can use <strong>Moonlight</strong> to stream to it.</p> </section>
</section> </div>
</div> <div class="6u">
</div> <section>
<div class="row"> <h3 class="icon fa-mobile">Multiple Platforms</h3>
<div class="6u"> <p>If you have an Android device, iOS device, PC, Chromebook, Gear VR, or even a Raspberry Pi, you can use <strong>Moonlight</strong> to stream to it.</p>
<section> </section>
<h3 class="icon fa-code">Open Source</h3> </div>
<p>The code for the <strong>Moonlight</strong> clients is hosted on our <a href="https://github.com/moonlight-stream">Github</a> - we welcome contributions and ports to new platforms.</p> </div>
</section> <div class="row">
</div> <div class="6u">
<div class="6u"> <section>
<section> <h3 class="icon fa-code">Open Source</h3>
<h3 class="icon fa-check">Completely Free</h3> <p>The code for the <strong>Moonlight</strong> clients is hosted on our <a href="https://github.com/moonlight-stream">Github</a> - we welcome contributions and ports to new platforms.</p>
<p><strong>Moonlight</strong> is free to download and 100% ad-free.</p> </section>
</section> </div>
</div> <div class="6u">
</div> <section>
</div> <h3 class="icon fa-check">Completely Free</h3>
</section> <p><strong>Moonlight</strong> is free to download and 100% ad-free.</p>
</div> </section>
</div> </div>
<!-- Downloads --> </div>
<div class="wrapper style3"> </div>
<div class="title">Download Moonlight</div> </section>
<!-- Row 1 --> </div>
<div id="highlights" class="container"> </div>
<div class="row oneandhalf"> <!-- Downloads -->
<div class="3u"> <div class="wrapper style3">
<section class="highlight"> <div class="title">Download Moonlight</div>
<h3><a href="https://github.com/moonlight-stream/moonlight-qt">Moonlight PC</a></h3> <!-- Row 1 -->
<p>Stream to Windows, MacOS, and Linux</p> <div id="highlights" class="container">
<ul class="actions"> <div class="row oneandhalf">
<li><a href="https://github.com/moonlight-stream/moonlight-qt/releases" class="button style1">Try the beta</a></li> <div class="3u">
</ul> <section class="highlight">
</section> <h3><a href="https://github.com/moonlight-stream/moonlight-qt">Moonlight PC</a></h3>
</div> <p>Stream to Windows, MacOS, and Linux</p>
<div class="3u"> <ul class="actions">
<section class="highlight"> <li><a href="https://github.com/moonlight-stream/moonlight-qt/releases" class="button style1">Try the beta</a></li>
<h3><a href="https://github.com/moonlight-stream/moonlight-chrome">Moonlight Chrome</a></h3> </ul>
<p>Stream to ChromeOS laptops and tablets</p> </section>
<ul class="actions"> </div>
<li><a href="https://chrome.google.com/webstore/detail/moonlight-game-streaming/gemamigbbenahjlfnmlfdjhdnkpbkfjj"><img src="images/chrome_webstore.png" alt="Chrome Webstore Badge"></a></li> <div class="3u">
</ul> <section class="highlight">
</section> <h3><a href="https://github.com/moonlight-stream/moonlight-chrome">Moonlight Chrome</a></h3>
</div> <p>Stream to ChromeOS laptops and tablets</p>
<div class="3u"> <ul class="actions">
<section class="highlight"> <li><a href="https://chrome.google.com/webstore/detail/moonlight-game-streaming/gemamigbbenahjlfnmlfdjhdnkpbkfjj"><img src="images/chrome_webstore.png" alt="Chrome Webstore Badge"></a></li>
<h3><a href="https://github.com/moonlight-stream/moonlight-android">Moonlight Android</a></h3> </ul>
<p>Stream to Android devices</p> </section>
<ul class="actions"> </div>
<a href="https://play.google.com/store/apps/details?id=com.limelight"><img src="images/en-play-badge.png" width="203" height="60" alt="Download" /></a> <div class="3u">
<a href="https://www.amazon.com/gp/product/B00JK4MFN2"><img src="images/amazon-underground-app-us-black.png" alt="Download" width="203" height="60" /></a> <section class="highlight">
</ul> <h3><a href="https://github.com/moonlight-stream/moonlight-android">Moonlight Android</a></h3>
</section> <p>Stream to Android devices</p>
</div> <ul class="actions">
<div class="3u"> <a href="https://play.google.com/store/apps/details?id=com.limelight"><img src="images/en-play-badge.png" width="203" height="60" alt="Download" /></a>
<section class="highlight"> <a href="https://www.amazon.com/gp/product/B00JK4MFN2"><img src="images/amazon-underground-app-us-black.png" alt="Download" width="203" height="60" /></a>
<h3><a href="https://github.com/moonlight-stream/moonlight-ios">Moonlight iOS</a></h3> </ul>
<p>Stream to iPhone, iPad, and iPod touch</p> </section>
<ul class="actions"> </div>
<a href="https://itunes.apple.com/us/app/moonlight-game-streaming/id1000551566"><img src="images/App_Store_Badge_135x40.svg" alt="Download" width="203" height="60" /></a> <div class="3u">
</ul> <section class="highlight">
</section> <h3><a href="https://github.com/moonlight-stream/moonlight-ios">Moonlight iOS</a></h3>
</div> <p>Stream to iPhone, iPad, and iPod touch</p>
</div> <ul class="actions">
<!---Second Row --> <a href="https://itunes.apple.com/us/app/moonlight-game-streaming/id1000551566"><img src="images/App_Store_Badge_135x40.svg" alt="Download" width="203" height="60" /></a>
<div class="row oneandhalf"> </ul>
<div class="4u"> </section>
<section class="highlight"> </div>
<h3><a href="https://github.com/irtimmer/moonlight-embedded">Moonlight Embedded</a></h3> </div>
<p>Stream to the Raspberry Pi and other embedded devices (Community port)</p> <!---Second Row -->
<ul class="actions"> <div class="row oneandhalf">
<li><a href="https://github.com/irtimmer/moonlight-embedded/wiki/Packages" class="button style1">Download</a></li> <div class="4u">
</ul> <section class="highlight">
</section> <h3><a href="https://github.com/irtimmer/moonlight-embedded">Moonlight Embedded</a></h3>
</div> <p>Stream to the Raspberry Pi and other embedded devices (Community port)</p>
<div class="4u"> <ul class="actions">
<section class="highlight"> <li><a href="https://github.com/irtimmer/moonlight-embedded/wiki/Packages" class="button style1">Download</a></li>
<h3><a href="https://github.com/xyzz/vita-moonlight">Moonlight PS Vita (Homebrew)</a></h3> </ul>
<p>Stream to a Homebrew-enabled PlayStation Vita (Community port)</p> </section>
<ul class="actions"> </div>
<li><a href="https://github.com/xyzz/vita-moonlight/releases" class="button style1">Download</a></li> <div class="4u">
</ul> <section class="highlight">
</section> <h3><a href="https://github.com/xyzz/vita-moonlight">Moonlight PS Vita (Homebrew)</a></h3>
</div> <p>Stream to a Homebrew-enabled PlayStation Vita (Community port)</p>
<div class="4u"> <ul class="actions">
<section class="highlight"> <li><a href="https://github.com/xyzz/vita-moonlight/releases" class="button style1">Download</a></li>
<h3><a href="https://www.reddit.com/r/streamtheater/">Stream Theater</a></h3> </ul>
<p>Stream to Samsung Gear VR devices<br>(Community port)</p> </section>
<ul class="actions"> </div>
<li><a href="http://sideloadvr.com/detail.php?id=14" class="button style1">Download</a></li> <div class="4u">
</ul> <section class="highlight">
</section> <h3><a href="https://www.reddit.com/r/streamtheater/">Stream Theater</a></h3>
</div> <p>Stream to Samsung Gear VR devices<br>(Community port)</p>
</div> <ul class="actions">
</div> <li><a href="http://sideloadvr.com/detail.php?id=14" class="button style1">Download</a></li>
</div> </ul>
</div> </section>
</div>
</div>
</div>
</div>
</div>
<!-- Moonlight getting started tab --> <!-- Moonlight getting started tab -->
<div class="wrapper style2"> <div class="wrapper style2">
<div class="title">Getting Started</div> <div class="title">Getting Started</div>
<section class="container text-align-center"> <section class="container text-align-center">
<p class="style3">Are you ready to stream? Check out our wiki for tips on how to get started. <p class="style3">Are you ready to stream? Check out our wiki for tips on how to get started.
</br> </br>
Having trouble? Check the wiki's troubleshooting page or join our Discord for help. Having trouble? Check the wiki's troubleshooting page or join our Discord for help.
</br> </br>
Seasoned Moonlight user? Give back to the community by joining our Discord and helping other users. Seasoned Moonlight user? Give back to the community by joining our Discord and helping other users.
</p> </p>
<section class="highlight"> <section class="highlight">
<div class="row oneandhalf"> <div class="row oneandhalf">
<div class="6u"> <div class="6u">
<section class="highlight"> <section class="highlight">
<ul class="actions"> <ul class="actions">
<li><a href="https://github.com/moonlight-stream/moonlight-docs/wiki/Setup-Guide" class="button style1">Moonlight Wiki</a></li> <li><a href="https://github.com/moonlight-stream/moonlight-docs/wiki/Setup-Guide" class="button style1">Moonlight Wiki</a></li>
</ul> </ul>
</section> </section>
</div> </div>
<div class="6u"> <div class="6u">
<section class="highlight"> <section class="highlight">
<ul class="actions"> <ul class="actions">
<li><a href="https://discord.gg/MySTSdq"><img src="images/discord.png" height="70" alt="Join our Discord" /></a></li> <li><a href="https://discord.gg/MySTSdq"><img src="images/discord.png" height="70" alt="Join our Discord" /></a></li>
</ul> </ul>
</section> </section>
</div> </div>
</div> </div>
</section> </section>
</div> </div>
<!--- Who We Are --> <!--- Who We Are -->
<div class="wrapper style1"> <div class="wrapper style1">
<div class="title">Who We Are</div> <div class="title">Who We Are</div>
<section id="whoweare" class="container text-align-center"> <section id="whoweare" class="container text-align-center">
<p class="style3">Moonlight was created by <a href="https://case.edu">Case Western Reserve University</a> students as a project at the <a href="https://mhacks.org">MHacks</a> hackathon in 2013 and further developed at MHacks and <a href="http://hack.cwru.edu">HackCWRU</a> in 2014. <p class="style3">Moonlight was created by <a href="https://case.edu">Case Western Reserve University</a> students as a project at the <a href="https://mhacks.org">MHacks</a> hackathon in 2013 and further developed at MHacks and <a href="http://hack.cwru.edu">HackCWRU</a> in 2014.
<br /> <br />
<br /> <br />
<ul> <ul>
<li><a href="https://github.com/cgutman" class="user-mention">Cameron Gutman</a></li> <li><a href="https://github.com/cgutman" class="user-mention">Cameron Gutman</a></li>
<li><a href="https://github.com/dwaxemberg" class="user-mention">Diego Waxemberg</a></li> <li><a href="https://github.com/dwaxemberg" class="user-mention">Diego Waxemberg</a></li>
<li><a href="https://github.com/aaronneyer" class="user-mention">Aaron Neyer</a></li> <li><a href="https://github.com/aaronneyer" class="user-mention">Aaron Neyer</a></li>
<li><a href="https://github.com/mrb113" class="user-mention">Michelle Bergeron</a></li> <li><a href="https://github.com/mrb113" class="user-mention">Michelle Bergeron</a></li>
<li><a href="https://github.com/yetanothername" class="user-mention">Andrew Hennessy</a></li> <li><a href="https://github.com/yetanothername" class="user-mention">Andrew Hennessy</a></li>
<li><a href="https://github.com/raidancampbell" class="user-mention">Aidan Campbell</a></li> <li><a href="https://github.com/raidancampbell" class="user-mention">Aidan Campbell</a></li>
</ul> </ul>
Feel free to send any of us an email at our firstname@moonlight-stream.com or to all of us at <a href="mailto:info@moonlight-stream.com" target="_top">info@moonlight-stream.com</a>. We do get a high volume of mail and unfortunately can't answer it all, so please check if your issue is covered in the <a href="https://github.com/moonlight-stream/moonlight-docs/wiki/Troubleshooting">troubleshooting guide</a> before reaching out. To report bugs, please <a href = "https://github.com/moonlight-stream/moonlight-docs/wiki/Get-In-Touch">follow the steps here</a>. Feel free to send any of us an email at our firstname@moonlight-stream.com or to all of us at <a href="mailto:info@moonlight-stream.com" target="_top">info@moonlight-stream.com</a>. We do get a high volume of mail and unfortunately can't answer it all, so please check if your issue is covered in the <a href="https://github.com/moonlight-stream/moonlight-docs/wiki/Troubleshooting">troubleshooting guide</a> before reaching out. To report bugs, please <a href = "https://github.com/moonlight-stream/moonlight-docs/wiki/Get-In-Touch">follow the steps here</a>.
</p> </p>
<p class="style3"> <p class="style3">
Want to keep up with the latest Moonlight updates? Follow along with development at the <a href="https://forum.xda-developers.com/showthread.php?t=2505510">XDA Developers Thread</a>. Want to keep up with the latest Moonlight updates? Follow along with development at the <a href="https://forum.xda-developers.com/showthread.php?t=2505510">XDA Developers Thread</a>.
</p> </p>
We are not accepting monetary donations at this time and currently have no plans to do so. Instead, please direct any donations toward the <a href="http://hacsoc.org">Case Western Reserve University Hacker Society</a> - the birthplace of Moonlight, Hacker Society is a club for CWRU students of all skill levels and backgrounds to explore computer science outside of school. If you still insist on donating, you <a href="https://securelb.imodules.com/s/1526/index.aspx?sid=1526&gid=1&pgid=381">may do so here</a>. ("Choose another area", specify "Hacker Society" under special instructions). Thank you! We are not accepting monetary donations at this time and currently have no plans to do so. Instead, please direct any donations toward the <a href="http://hacsoc.org">Case Western Reserve University Hacker Society</a> - the birthplace of Moonlight, Hacker Society is a club for CWRU students of all skill levels and backgrounds to explore computer science outside of school. If you still insist on donating, you <a href="https://securelb.imodules.com/s/1526/index.aspx?sid=1526&gid=1&pgid=381">may do so here</a>. ("Choose another area", specify "Hacker Society" under special instructions). Thank you!
</section> </section>
<!-- FOOTER --> <!-- FOOTER -->
<section id="footer" class="container"> <section id="footer" class="container">
<br /> <br />
<br /> <br />
<p>Apple, the Apple logo, iPhone, and iPod touch are trademarks of Apple Inc., registered in the U.S. and other countries. App Store is a service mark of Apple Inc. Android, Google Play, and the Google Play logo are trademarks of Google Inc. GeForce, Shield, and GameStream are trademarks of NVIDIA Corporation. All other trademarks are property of their respective owners.</p> <p>Apple, the Apple logo, iPhone, and iPod touch are trademarks of Apple Inc., registered in the U.S. and other countries. App Store is a service mark of Apple Inc. Android, Google Play, and the Google Play logo are trademarks of Google Inc. GeForce, Shield, and GameStream are trademarks of NVIDIA Corporation. All other trademarks are property of their respective owners.</p>
<footer class="inner"> <footer class="inner">
<p>&copy; <span class="year">2018</span>. All rights reserved.</p> <p>&copy; <span class="year">2018</span>. All rights reserved.</p>
<script type="text/javascript"> <script type="text/javascript">
var d = new Date(); var d = new Date();
document.querySelector('.year').innerText = d.getFullYear(); document.querySelector('.year').innerText = d.getFullYear();
</script> </script>
</footer> </footer>
</section> </section>
</div> </div>
<!-- Google Analytics --> <!-- Google Analytics -->
<!-- This script makes the page take longer to load, unfortunately --> <!-- This script makes the page take longer to load, unfortunately -->
<script> <script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),