citra-emu.github.io/index.html

260 lines
12 KiB
HTML
Raw Normal View History

2014-10-05 12:12:48 -07:00
<!DOCTYPE HTML>
2014-10-05 21:10:22 +02:00
<html>
2014-10-05 12:12:48 -07:00
<head>
<meta charset="utf-8">
<title>Citra - An Experimental 3DS Emulator</title>
<meta name="description" content="Citra is a work-in-progress 3DS emulator that can run a wide variety of commercial
games (although very slowly).">
<link rel="stylesheet" type="text/css" href="scripts/slick/slick/slick.css"/>
<link rel="stylesheet" type="text/css" href="style.css" />
<noscript><link rel="stylesheet" type="text/css" href="noscript.css" /></noscript>
2015-01-16 16:14:13 +01:00
<!-- Windows Phone -->
<meta name="msapplication-TileColor" content="#099" />
<meta name="msapplication-TileImage" content="resources/favicon/favicon-144.png" />
<!-- Android, iOS -->
<link rel="apple-touch-icon" sizes="180x180" href="resources/favicon/favicon-180.png" />
<link rel="apple-touch-icon" sizes="152x152" href="resources/favicon/favicon-152.png" />
<link rel="apple-touch-icon" sizes="120x120" href="resources/favicon/favicon-120.png" />
<link rel="apple-touch-icon" sizes="76x76" href="resources/favicon/favicon-76.png" />
<link rel="apple-touch-icon" sizes="72x72" href="resources/favicon/favicon-72.png" />
<link rel="apple-touch-icon" sizes="60x60" href="resources/favicon/favicon-60.png" />
<link rel="apple-touch-icon" href="resources/favicon/favicon-60.png" />
<!-- General -->
<link rel="icon" href="resources/favicon/favicon-32.png" sizes="32x32" />
<link rel="icon" href="resources/favicon/favicon.ico" />
<link rel="shortcut icon" href="resources/favicon/favicon.ico" />
2015-01-16 16:14:13 +01:00
<!-- Smooth Scroll script -->
<script src="scripts/smooth-scroll/dist/js/bind-polyfill.min.js"></script>
<script src="scripts/smooth-scroll/dist/js/smooth-scroll.min.js"></script>
2015-01-16 16:14:13 +01:00
<!-- Google Analytics -->
<script>
(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),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58644543-1', 'auto');
ga('send', 'pageview');
</script>
2014-10-05 12:12:48 -07:00
</head>
2014-10-05 21:10:22 +02:00
2014-10-05 12:12:48 -07:00
<body>
2015-01-16 16:14:13 +01:00
2014-10-05 12:12:48 -07:00
<div id="home" class="page">
<header>
<a data-scroll href="#home"><div id="logo">
<img src="resources/citra-icns-multicolor/citra.svg" alt="Citra"/>
<div class="logo-text">
<p class="title">Citra</p>
<p class="subtitle">3DS Emulator</p>
</div>
</div></a>
2014-10-05 12:12:48 -07:00
<nav>
<ul>
<li><a data-scroll href="#about">About</a></li>
<li><a data-scroll href="#download">Download</a></li>
<li><a href="https://github.com/citra-emu/citra">GitHub</a></li>
2014-10-05 12:12:48 -07:00
</ul>
</nav>
2014-10-05 21:10:22 +02:00
</header>
2014-09-26 21:51:31 -07:00
<div id="home-image-container">
<a data-scroll href="#about"><img src="resources/citra-icns-multicolor/citra.svg" alt="Citra"/></a>
</div>
2014-09-28 17:56:06 -07:00
<div id="home-name-headers">
<h1 class="name-header">Citra</h1>
<h2 class="name-header">An Experimental 3DS Emulator</h2>
</div>
2014-09-28 17:56:06 -07:00
</div>
<div id="imagebar">
<div><img src="resources/game-screenshots/cavestory3d-1.png" />
<p>Cave Story 3D</p>
</div>
<div><img src="resources/game-screenshots/woahdave-1.png" />
<p>Woah Dave!</p>
</div>
<div><img src="resources/game-screenshots/harvestmoon-1.png" />
<p>Harvest Moon 3D</p>
</div>
<div><img src="resources/game-screenshots/superacorns-1.png" />
<p>Super Little Acorns</p>
</div>
<div><img src="resources/game-screenshots/oracleages-1.png" />
<p>The Legend of Zelda - Oracle of Ages</p>
</div>
<div><img src="resources/game-screenshots/cavestory3d-2.png" />
<p>Cave Story 3D</p>
</div>
<div><img src="resources/game-screenshots/personaq-1.png" />
<p>Persona Q</p>
</div>
<div><img src="resources/game-screenshots/bravelydefault-1.png" />
<p>Bravely Default</p>
</div>
<div><img src="resources/game-screenshots/crazyconst-1.png" />
<p>Crazy Construction</p>
</div>
<div><img src="resources/game-screenshots/cubicninja-1.png" />
<p>Cubic Ninja</p>
</div>
<div><img src="resources/game-screenshots/escapevec-1.png" />
<p>escapeVector</p>
</div>
<div><img src="resources/game-screenshots/shantaepirate-1.png" />
<p>Shantae and the Pirate's Curse</p>
</div>
<div><img src="resources/game-screenshots/squidodyssey-1.png" />
<p>Squid's Odyssey</p>
</div>
<div><img src="resources/game-screenshots/yeti3DS-1.png" />
<p>Yeti3DS</p>
</div>
<div><img src="resources/game-screenshots/3dscraft-1.png" />
<p>3DSCraft</p>
</div>
<div><img src="resources/game-screenshots/gameyob-1.png" />
<p>GameYob</p>
</div>
</div>
<div id="about" class="page">
2014-10-05 12:12:48 -07:00
<div class="content">
2014-09-28 17:56:06 -07:00
<h1>About Citra</h1>
<h3>What is Citra?</h3>
<p>Citra is a <b>work-in-progress</b> 3DS emulator. Citra can currently emulate, with varying degrees of success,
a wide variety of different homebrew programs and commercial software. </p>
<h3>Does that mean I can play &lt;insert retail game here&gt;?</h3>
<p>Citra can, ostensibly, "play" many different games, including The Legend of Zelda: Ocarina of Time, and Animal
Crossing. Many games, however, will not load at all, only showing a black screen. Many other games will
only show the title screen and then freeze, or crash.</p>
<p>You can expect almost all games to run incredibly slowly, though, and to exhibit many gameplay and graphical
glitches.</p>
<p>If you're interested in 3DS emulation as an experiment, you may gain something out of trying Citra, but if
you're simply looking to play games then stick to your 3DS handheld.</p>
<h3>What platforms does Citra support?</h3>
<p>We're pleased to say that Citra works on all three major desktop OSs!</p>
<p>Citra is compatible with 64-bit versions of Windows, Linux, and OS X. In the far future, mobile platforms may be
targeted as well.</p>
<h3>What kind of specs do I need to run Citra?</h3>
<p>Citra currently uses (very slow!) interpreters to emulate both the 3DS's CPU and parts of its GPU.
At this point, Citra is simply not fast enough to run most commercial games at full speed, even if your
computer can run the most demanding of PC games just fine.</p>
<p>The only <em>hard</em> requirement for Citra is a graphics chip that supports <b>at least OpenGL 3.2</b>,
but you definitely want a processor with the highest possible performance per core.</p>
<h3>Where can I download Citra?</h3>
<p>At the moment, there are no stable versions of Citra for you to download, however, you can download
<a href="#download">nightly builds</a> or compile from source. Once Citra has progressed to the point
where a stable version becomes viable, we'll make those available for download.</p>
<h3>How can I help?</h3>
<p>Citra's source code is hosted on <a href="https://github.com/citra-emu/citra">GitHub</a>, which is a
platform where developers can come together on a project, submitting pull requests with code changes.</p>
<p>You probably want to check out the <a href="https://github.com/citra-emu/citra/blob/master/CONTRIBUTING.md">contributor's
guide</a> and the <a href="https://github.com/citra-emu/citra/wiki/Developer-Information">developer information</a>.
You can look at the <a href="https://docs.google.com/document/d/1SWIop0uBI9IW8VGg97TAtoT_CHNoP42FzYmvG1F4QDA">TODO list</a>
for ideas. Qt or GPU code (make sure to talk to neobrain on IRC first) would be very appreciated
at the moment.</p>
<p>You can also chat with us at #citra on <a href="https://webchat.freenode.net">freenode</a>. We'll take
all the help we can get!</p>
2014-10-05 12:12:48 -07:00
</div>
</div>
2014-10-05 21:10:22 +02:00
2014-10-05 12:12:48 -07:00
<div id="download" class="page">
<div class="ad-rect">
<div class="ad-container">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- citra-auto-resize -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-4126545610079023"
data-ad-slot="4223809695"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
2014-10-05 12:12:48 -07:00
<div class="content">
<h1>Downloads</h1>
2014-10-05 21:10:22 +02:00
<div class="dl-block">
<h3>Latest Nightly Build</h3>
<a href="http://builds.citra-emu.org/citra/nightly/citra-latest-linux-amd64.tar.xz">
<img class="dl-icon" src="resources/platform-icons/linux-128.png" alt="Linux"/>
</a>
<a href="http://builds.citra-emu.org/citra/nightly/citra-latest-windows-amd64.7z">
<img class="dl-icon" src="resources/platform-icons/os-windows8-128.png" alt="Windows"/>
</a>
<a href="http://builds.citra-emu.org/citra/nightly/citra-latest-osx-amd64.tar.xz">
<img class="dl-icon" src="resources/platform-icons/mac-os-128.png" alt="OS X"/>
</a>
</div>
<div class="dl-block">
<h3>Source Code</h3>
<a href="https://github.com/citra-emu/citra">
<img class="dl-icon" src="resources/platform-icons/github-6-128.png" alt="Git repo"/>
</a>
<a href="https://github.com/citra-emu/citra/archive/master.zip">
<img class="dl-icon" src="resources/platform-icons/zip-128.png" alt="ZIP file"/>
</a>
</div>
2014-10-05 12:12:48 -07:00
</div>
2014-10-05 21:10:22 +02:00
</div>
2014-10-05 12:12:48 -07:00
<footer>
<div class="footer-content">
2015-01-29 11:51:11 +01:00
<p>Copyright © 2015 - Citra Team</p>
<p>Windows, Mac, Linux, and zip icons licensed from <a href="http://icons8.com">icons8</a> under CC BY-ND 3.0 US.</p>
<p>This site is <a href="https://github.com/citra-emu/citra-emu.github.io/">on GitHub</a>!</p>
2014-10-05 12:12:48 -07:00
</div>
</footer>
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="scripts/slick/slick/slick.min.js"></script>
<script type="text/javascript">
if (window.jQuery) {
$(document).ready(function () {
$('#imagebar').slick({
infinite: true,
centerMode: true,
slidesToScroll: 1,
swipeToSlide: true,
autoplay: true,
autoplaySpeed: 6000,
pauseOnHover: false,
arrows: false,
focusOnSelect: true,
draggable: false,
variableWidth: true
});
});
} else {
document.write('<link rel="stylesheet" type="text/css" href="noscript.css">');
}
smoothScroll.init({
speed: 400,
updateURL: false
});
</script>
</body>
2014-10-05 12:38:52 -07:00
</html>