mirror of
https://github.com/moonlight-stream/moonlight-stream.github.io.git
synced 2025-07-01 15:25:34 +00:00
Update homepage
This commit is contained in:
parent
5268c6d03b
commit
270d489330
86
index.html
86
index.html
@ -3,12 +3,10 @@
|
|||||||
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)
|
||||||
----
|
|
||||||
Site: Limelight-Stream.com
|
|
||||||
-->
|
-->
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Limelight 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="" />
|
<meta name="description" content="" />
|
||||||
<meta name="keywords" content="" />
|
<meta name="keywords" content="" />
|
||||||
@ -38,7 +36,7 @@
|
|||||||
|
|
||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
<div id="logo">
|
<div id="logo">
|
||||||
<h1><a href="index.html">Limelight</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>
|
||||||
@ -48,15 +46,14 @@
|
|||||||
<nav id="nav">
|
<nav id="nav">
|
||||||
<ul>
|
<ul>
|
||||||
<li class="current"><a href="index.html">Home</a></li>
|
<li class="current"><a href="index.html">Home</a></li>
|
||||||
<li><a href="https://github.com/limelight-stream">Github</a></li>
|
<li><a href="https://github.com/moonlight-stream">Github</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><a href="https://play.google.com/store/apps/details?id=com.limelight"><div>Android</div></a></li>
|
||||||
<li><a href="http://www.amazon.com/gp/product/B00JK4MFN2"><div>Amazon</div></a></li>
|
<li><a href="http://www.amazon.com/gp/product/B00JK4MFN2"><div>Amazon</div></a></li>
|
||||||
<li><a href="https://github.com/limelight-stream/limelight-pc/releases"><div>PC</div> (Pre-Release)</a></li>
|
<li><a href="https://github.com/moonlight-stream/moonlight-pc/releases"><div>PC</div> (Pre-Release)</a></li>
|
||||||
<li><a href="https://github.com/limelight-stream/limelight-wp"><div>Windows Phone</div> (Coming Soon)</a></li>
|
<li><a href="https://github.com/moonlight-stream/moonlight-ios"><div>iOS</div> (in TestFlight Beta)</a></li>
|
||||||
<li><a href="https://github.com/limelight-stream/limelight-ios"><div>iOS</div> (Coming Soon)</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -66,22 +63,22 @@
|
|||||||
|
|
||||||
<!-- Intro -->
|
<!-- Intro -->
|
||||||
<div id="intro-wrapper" class="wrapper style1">
|
<div id="intro-wrapper" class="wrapper style1">
|
||||||
<div class="title">What is Limelight?</div>
|
<div class="title">What is Moonlight?</div>
|
||||||
<section id="intro" class="container">
|
<section id="intro" class="container">
|
||||||
<p class="style2">
|
<p class="style2">
|
||||||
Limelight allows you to stream your collection of Steam games from your PC to another device.
|
Moonlight allows you to stream your collection of Steam games from your PC to another device.
|
||||||
</p>
|
</p>
|
||||||
<p class="style3"><strong>Limelight</strong> is an open source implementation of NVIDIA's GameStream protocol.
|
<p class="style3"><strong>Moonlight</strong> is an open source implementation of NVIDIA's GameStream protocol.
|
||||||
We reverse-engineered the protocol used by the NVIDIA Shield and implemented a set of 3rd party clients.</p>
|
We implemented the protocol used by the NVIDIA Shield and wrote a set of 3rd party clients.</p>
|
||||||
<br />
|
<br />
|
||||||
<p class="style3"><strong>What does this mean for you?</strong> Limelight allows you to stream your full collection of Steam games from your <a href = http://shield.nvidia.com/play-pc-games/>GFE compatible PC</a> to any of your supported devices and play them.
|
<p class="style3"><strong>What does this mean for you?</strong> Moonlight allows you to stream your full collection of Steam games from your <a href = http://shield.nvidia.com/play-pc-games/>GFE compatible PC</a> to any of your supported devices and play them.
|
||||||
Right now, you can stream to your Android device or even another PC. Limelight is perfect for gameplay on the go without sacrificing the graphics quality of your gaming computer.</p>
|
Right now, you can stream to your Android device or even another PC. Moonlight is perfect for gameplay on the go without sacrificing the graphics quality of your gaming computer.</p>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Limelight features tab -->
|
<!-- Moonlight features tab -->
|
||||||
<div class="wrapper style2">
|
<div class="wrapper style2">
|
||||||
<div class="title">Limelight in Action</div>
|
<div class="title">Moonlight in Action</div>
|
||||||
<div id="main" class="container">
|
<div id="main" class="container">
|
||||||
|
|
||||||
<!-- Image -->
|
<!-- Image -->
|
||||||
@ -92,20 +89,20 @@
|
|||||||
<!-- Features -->
|
<!-- Features -->
|
||||||
<section id="features">
|
<section id="features">
|
||||||
<header class="style1">
|
<header class="style1">
|
||||||
<h2>What can Limelight do for you?</h2>
|
<h2>What can Moonlight do for you?</h2>
|
||||||
</header>
|
</header>
|
||||||
<div class="feature-list">
|
<div class="feature-list">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="6u">
|
<div class="6u">
|
||||||
<section>
|
<section>
|
||||||
<h3 class="icon fa-rss">Low-Latency Streaming</h3>
|
<h3 class="icon fa-rss">Low-Latency Streaming</h3>
|
||||||
<p>When you're playing games on <strong>Limelight</strong> over a fast network, you won't notice any lag.</p>
|
<p>When you're playing games on <strong>Moonlight</strong> over a fast network, you won't notice any lag.</p>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<div class="6u">
|
<div class="6u">
|
||||||
<section>
|
<section>
|
||||||
<h3 class="icon fa-play">Play Any Game</h3>
|
<h3 class="icon fa-play">Play Any Game</h3>
|
||||||
<p>If you can play it in Steam Big Picture mode on your PC, you can play it using <strong>Limelight</strong>.</p>
|
<p>If you can play it in Steam Big Picture mode on your PC, you can play it using <strong>Moonlight</strong>.</p>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -113,13 +110,13 @@
|
|||||||
<div class="6u">
|
<div class="6u">
|
||||||
<section>
|
<section>
|
||||||
<h3 class="icon fa-gamepad">Controller Support</h3>
|
<h3 class="icon fa-gamepad">Controller Support</h3>
|
||||||
<p>Connect your <strong>Limelight</strong> device to a supported controller for a more immersive gaming experience.</p>
|
<p>Connect your <strong>Moonlight</strong> device to a supported controller for a more immersive gaming experience.</p>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<div class="6u">
|
<div class="6u">
|
||||||
<section>
|
<section>
|
||||||
<h3 class="icon fa-mobile">Multiple Platforms</h3>
|
<h3 class="icon fa-mobile">Multiple Platforms</h3>
|
||||||
<p>If you have an Android device or PC, you can use <strong>Limelight</strong> to stream to it. Have a Windows Phone or iOS device? We haven't forgotten about you; Limelight is coming soon to these platforms.</p>
|
<p>If you have an Android device or PC, you can use <strong>Moonlight</strong> to stream to it. Have a Windows Phone or iOS device? We haven't forgotten about you; Moonlight is coming soon to these platforms.</p>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -127,13 +124,13 @@
|
|||||||
<div class="6u">
|
<div class="6u">
|
||||||
<section>
|
<section>
|
||||||
<h3 class="icon fa-code">Open Source</h3>
|
<h3 class="icon fa-code">Open Source</h3>
|
||||||
<p>All of our code for each of our <strong>Limelight</strong> clients is hosted on our <a href="https://github.com/limelight-stream">Github</a>, and we welcome contributions.</p>
|
<p>All of our code for each of our <strong>Moonlight</strong> clients is hosted on our <a href="https://github.com/moonlight-stream">Github</a>, and we welcome contributions.</p>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<div class="6u">
|
<div class="6u">
|
||||||
<section>
|
<section>
|
||||||
<h3 class="icon fa-check">Completely Free</h3>
|
<h3 class="icon fa-check">Completely Free</h3>
|
||||||
<p><strong>Limelight</strong> is free to download and 100% ad-free</p>
|
<p><strong>Moonlight</strong> is free to download and 100% ad-free</p>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -144,22 +141,22 @@
|
|||||||
|
|
||||||
<!-- Downloads -->
|
<!-- Downloads -->
|
||||||
<div class="wrapper style3">
|
<div class="wrapper style3">
|
||||||
<div class="title">Download Limelight</div>
|
<div class="title">Download Moonlight</div>
|
||||||
<!---Row 1--->
|
<!---Row 1--->
|
||||||
<div id="highlights" class="container">
|
<div id="highlights" class="container">
|
||||||
<div class="row oneandhalf">
|
<div class="row oneandhalf">
|
||||||
<div class="4u">
|
<div class="4u">
|
||||||
<section class="highlight">
|
<section class="highlight">
|
||||||
<h3><a href="https://github.com/limelight-stream/limelight-pc/releases">Limelight PC</a></h3>
|
<h3><a href="https://github.com/moonlight-stream/moonlight-pc/releases">Moonlight PC</a></h3>
|
||||||
<p>Stream to Windows, Mac, or Linux</p>
|
<p>Stream to Windows, Mac, or Linux</p>
|
||||||
<ul class="actions">
|
<ul class="actions">
|
||||||
<li><a href="https://github.com/limelight-stream/limelight-pc/releases" class="button style1">Download</a></li>
|
<li><a href="https://github.com/moonlight-stream/moonlight-pc/releases" class="button style1">Download</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<div class="4u">
|
<div class="4u">
|
||||||
<section class="highlight">
|
<section class="highlight">
|
||||||
<h3><a href="https://play.google.com/store/apps/details?id=com.limelight">Limelight Android</a></h3>
|
<h3><a href="https://play.google.com/store/apps/details?id=com.limelight">Moonlight Android</a></h3>
|
||||||
<p>Stream to any compatible Android device</p>
|
<p>Stream to any compatible Android device</p>
|
||||||
<ul class="actions">
|
<ul class="actions">
|
||||||
<a href="https://play.google.com/store/apps/details?id=com.limelight"><img src="https://developer.android.com/images/brand/en_generic_rgb_wo_45.png" height="60" alt="Download" /></a>
|
<a href="https://play.google.com/store/apps/details?id=com.limelight"><img src="https://developer.android.com/images/brand/en_generic_rgb_wo_45.png" height="60" alt="Download" /></a>
|
||||||
@ -170,40 +167,21 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="4u">
|
<div class="4u">
|
||||||
<section class="highlight">
|
<section class="highlight">
|
||||||
<h3><a href="https://github.com/irtimmer/limelight-pi/releases">Limelight Pi</a></h3>
|
<h3><a href="https://github.com/irtimmer/limelight-embedded/releases">Moonlight Embedded</a></h3>
|
||||||
<p>Unofficial port that runs on the Raspberry Pi</p>
|
<p>Unofficial port that runs on the Raspberry Pi and other embedded devices</p>
|
||||||
<ul class="actions">
|
<ul class="actions">
|
||||||
<li><a href="https://github.com/irtimmer/limelight-pi/releases" class="button style1">Download</a></li>
|
<li><a href="https://github.com/irtimmer/limelight-embedded/releases" class="button style1">Download</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!---Second Row --->
|
<!---Second Row --->
|
||||||
<div class="row oneandhalf">
|
|
||||||
<div class="4u">
|
|
||||||
<section class="highlight">
|
|
||||||
<h3><a href="https://github.com/limelight-stream/limelight-wp">Limelight Windows Phone</a></h3>
|
|
||||||
<p>Stream to Windows Phone 8.1 devices</p>
|
|
||||||
<ul class="actions">
|
|
||||||
<li><a href="https://github.com/limelight-stream/limelight-wp" class="button style1">Coming Soon</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<div class="4u">
|
<div class="4u">
|
||||||
<section class="highlight">
|
<section class="highlight">
|
||||||
<h3><a href="https://github.com/limelight-stream/limelight-ios">Limelight iOS</a></h3>
|
<h3><a href="https://github.com/moonlight-stream/moonlight-ios">Moonlight iOS</a></h3>
|
||||||
<p>Stream to iOS Devices</p>
|
<p>Stream to iOS 8 Devices</p>
|
||||||
<ul class="actions">
|
<ul class="actions">
|
||||||
<li><a href="https://github.com/limelight-stream/limelight-ios" class="button style1">Coming Soon</a></li>
|
<li><a href="https://github.com/moonlight-stream/moonlight-ios/issues/20" class="button style1">Enter the Beta</a></li>
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<div class="4u">
|
|
||||||
<section class="highlight">
|
|
||||||
<h3><a href="https://github.com/limelight-stream/limelight-wp">Limelight Windows 8 Store App</a></h3>
|
|
||||||
<p>Stream to Windows 8 Devices</p>
|
|
||||||
<ul class="actions">
|
|
||||||
<li><a href="https://github.com/limelight-stream/limelight-wp" class="button style1">Coming Soon</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
@ -216,7 +194,7 @@
|
|||||||
<div class="title">Who We Are</div>
|
<div class="title">Who We Are</div>
|
||||||
<section id="intro" class="container">
|
<section id="intro" class="container">
|
||||||
|
|
||||||
<p class="style3">Limelight was created by <a href="http://case.edu">Case Western Reserve University</a> students as a project at the <a href="http://mhacks.org">MHacks</a> hackathon in 2013 and further developed at MHacks and <a href="http://hackcwru.com">HackCWRU</a> in 2014. <br /><br />
|
<p class="style3">Moonlight was created by <a href="http://case.edu">Case Western Reserve University</a> students as a project at the <a href="http://mhacks.org">MHacks</a> hackathon in 2013 and further developed at MHacks and <a href="http://hackcwru.com">HackCWRU</a> in 2014. <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>
|
||||||
@ -225,7 +203,7 @@
|
|||||||
<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>
|
||||||
</ul></p>
|
</ul></p>
|
||||||
<p class="style3">
|
<p class="style3">
|
||||||
Want to keep up with the latest Limelight updates? Follow along with development at the <a href="http://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="http://forum.xda-developers.com/showthread.php?t=2505510">XDA Developers Thread</a>.
|
||||||
</section>
|
</section>
|
||||||
<!-- FOOTER -->
|
<!-- FOOTER -->
|
||||||
<div id="copyright">
|
<div id="copyright">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user