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>
|
2014-09-28 13:06:19 -07:00
|
|
|
<meta charset="utf-8">
|
2015-07-29 15:50:43 -07:00
|
|
|
<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
|
2015-08-16 12:24:17 -07:00
|
|
|
games.">
|
2015-03-06 19:11:55 -08:00
|
|
|
|
2014-11-15 18:32:51 -08:00
|
|
|
<link rel="stylesheet" type="text/css" href="scripts/slick/slick/slick.css"/>
|
2014-10-09 21:53:13 -07:00
|
|
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
2014-10-10 15:48:22 -07:00
|
|
|
<noscript><link rel="stylesheet" type="text/css" href="noscript.css" /></noscript>
|
2015-01-16 16:14:13 +01:00
|
|
|
|
2014-10-05 15:02:08 -07:00
|
|
|
<!-- Windows Phone -->
|
|
|
|
<meta name="msapplication-TileColor" content="#099" />
|
2014-10-09 18:31:29 -07:00
|
|
|
<meta name="msapplication-TileImage" content="resources/favicon/favicon-144.png" />
|
2014-10-05 15:02:08 -07:00
|
|
|
<!-- Android, iOS -->
|
2014-10-09 18:31:29 -07:00
|
|
|
<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" />
|
2014-10-05 15:02:08 -07:00
|
|
|
<!-- General -->
|
2014-10-09 18:31:29 -07:00
|
|
|
<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
|
|
|
|
2014-10-05 15:02:08 -07:00
|
|
|
<!-- Smooth Scroll script -->
|
2015-03-06 20:21:33 -08:00
|
|
|
<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>
|
2014-12-08 00:41:01 -08:00
|
|
|
<a data-scroll href="#home"><div id="logo">
|
2015-05-29 17:08:33 -07:00
|
|
|
<img src="resources/citra-icns-multicolor/citra.svg" alt="Citra"/>
|
2014-12-08 00:41:01 -08:00
|
|
|
<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>
|
2014-09-28 13:06:19 -07:00
|
|
|
<li><a data-scroll href="#about">About</a></li>
|
|
|
|
<li><a data-scroll href="#download">Download</a></li>
|
2014-09-29 22:04:28 -07:00
|
|
|
<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
|
|
|
|
2014-09-28 00:45:34 -07:00
|
|
|
<div id="home-image-container">
|
2015-05-29 17:08:33 -07:00
|
|
|
<a data-scroll href="#about"><img src="resources/citra-icns-multicolor/citra.svg" alt="Citra"/></a>
|
2014-09-28 00:45:34 -07:00
|
|
|
</div>
|
2014-09-28 17:56:06 -07:00
|
|
|
|
2014-09-29 22:04:28 -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>
|
2015-03-06 20:21:33 -08:00
|
|
|
|
2014-10-09 21:53:13 -07:00
|
|
|
<div id="imagebar">
|
2015-09-06 04:00:08 -03:00
|
|
|
<div><img src="resources/game-screenshots/fireemblem_awakening-1.png" />
|
|
|
|
<p>Fire Emblem: Awakening</p>
|
|
|
|
</div>
|
|
|
|
<div><img src="resources/game-screenshots/sub_wars-1.png" />
|
|
|
|
<p>Steel Diver: Sub Wars</p>
|
|
|
|
</div>
|
|
|
|
<div><img src="resources/game-screenshots/zelda_oot-1.png" />
|
|
|
|
<p>The Legend of Zelda: Ocarina of Time 3D</p>
|
|
|
|
</div>
|
2015-03-09 21:08:11 -07:00
|
|
|
<div><img src="resources/game-screenshots/cavestory3d-1.png" />
|
|
|
|
<p>Cave Story 3D</p>
|
2015-03-06 20:21:33 -08:00
|
|
|
</div>
|
|
|
|
<div><img src="resources/game-screenshots/woahdave-1.png" />
|
|
|
|
<p>Woah Dave!</p>
|
|
|
|
</div>
|
2015-05-23 01:04:11 -07:00
|
|
|
<div><img src="resources/game-screenshots/harvestmoon-1.png" />
|
|
|
|
<p>Harvest Moon 3D</p>
|
|
|
|
</div>
|
2015-03-06 20:21:33 -08:00
|
|
|
<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>
|
2015-03-09 21:08:11 -07:00
|
|
|
<div><img src="resources/game-screenshots/cavestory3d-2.png" />
|
|
|
|
<p>Cave Story 3D</p>
|
|
|
|
</div>
|
2015-05-23 01:04:11 -07:00
|
|
|
<div><img src="resources/game-screenshots/personaq-1.png" />
|
|
|
|
<p>Persona Q</p>
|
|
|
|
</div>
|
2015-03-10 14:47:14 -07:00
|
|
|
<div><img src="resources/game-screenshots/bravelydefault-1.png" />
|
|
|
|
<p>Bravely Default</p>
|
|
|
|
</div>
|
2015-05-23 01:04:11 -07:00
|
|
|
<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>
|
2015-03-07 19:16:29 -08:00
|
|
|
</div>
|
2015-05-23 01:04:11 -07:00
|
|
|
<div><img src="resources/game-screenshots/escapevec-1.png" />
|
|
|
|
<p>escapeVector</p>
|
2015-03-07 19:16:29 -08:00
|
|
|
</div>
|
2015-05-23 01:04:11 -07:00
|
|
|
<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>
|
2015-03-06 20:21:33 -08:00
|
|
|
</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>
|
2014-10-09 21:53:13 -07:00
|
|
|
</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>
|
2014-09-28 00:45:34 -07:00
|
|
|
|
|
|
|
<h3>What is Citra?</h3>
|
2015-07-29 15:50:43 -07:00
|
|
|
<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>
|
2014-09-28 00:45:34 -07:00
|
|
|
|
2015-07-29 15:50:43 -07:00
|
|
|
<h3>Does that mean I can play <insert retail game here>?</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>
|
2015-08-16 12:24:17 -07:00
|
|
|
<p>You can expect many games to run slowly, though, and to exhibit many gameplay and graphical glitches.</p>
|
2015-07-29 15:50:43 -07:00
|
|
|
<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>
|
2014-09-28 00:45:34 -07:00
|
|
|
|
2015-08-16 12:24:17 -07:00
|
|
|
<h3>Which platforms does Citra support?</h3>
|
2014-09-28 00:45:34 -07:00
|
|
|
<p>We're pleased to say that Citra works on all three major desktop OSs!</p>
|
2015-03-24 11:51:22 -04:00
|
|
|
<p>Citra is compatible with 64-bit versions of Windows, Linux, and OS X. In the far future, mobile platforms may be
|
2015-03-06 18:55:06 -08:00
|
|
|
targeted as well.</p>
|
2014-09-28 00:45:34 -07:00
|
|
|
|
2014-09-29 15:31:43 -07:00
|
|
|
<h3>What kind of specs do I need to run Citra?</h3>
|
2015-08-16 12:24:17 -07:00
|
|
|
<p>At this point, Citra is simply not fast enough to run most commercial games at full speed, even if your
|
2015-07-29 16:09:21 -07:00
|
|
|
computer can run the most demanding of PC games just fine.</p>
|
2015-09-05 17:20:58 -07:00
|
|
|
<p>The only <em>hard</em> requirement for Citra is a graphics chip that supports <b>at least OpenGL 3.3</b>,
|
2015-07-29 15:50:43 -07:00
|
|
|
but you definitely want a processor with the highest possible performance per core.</p>
|
2014-09-29 15:31:43 -07:00
|
|
|
|
|
|
|
<h3>Where can I download Citra?</h3>
|
2015-03-24 11:57:20 -04:00
|
|
|
<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>
|
2014-09-29 15:31:43 -07:00
|
|
|
|
|
|
|
<h3>How can I help?</h3>
|
2015-07-29 15:50:43 -07:00
|
|
|
<p>Citra's source code is hosted on <a href="https://github.com/citra-emu/citra">GitHub</a>, which is a
|
2015-03-06 18:55:06 -08:00
|
|
|
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-12-15 18:04:41 -08:00
|
|
|
|
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">
|
2015-04-07 03:34:27 -07:00
|
|
|
<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-11-17 22:49:31 -08:00
|
|
|
|
2014-10-05 12:12:48 -07:00
|
|
|
<div class="content">
|
|
|
|
<h1>Downloads</h1>
|
2014-10-05 21:10:22 +02:00
|
|
|
|
2014-09-29 22:04:28 -07:00
|
|
|
<div class="dl-block">
|
2015-03-20 15:03:24 -07:00
|
|
|
<h3>Latest Nightly Build</h3>
|
|
|
|
<a href="http://builds.citra-emu.org/citra/nightly/citra-latest-linux-amd64.tar.xz">
|
2015-05-29 17:08:33 -07:00
|
|
|
<img class="dl-icon" src="resources/platform-icons/linux-128.png" alt="Linux"/>
|
2015-03-20 14:01:06 -07:00
|
|
|
</a>
|
2015-03-20 15:03:24 -07:00
|
|
|
<a href="http://builds.citra-emu.org/citra/nightly/citra-latest-windows-amd64.7z">
|
2015-05-29 17:08:33 -07:00
|
|
|
<img class="dl-icon" src="resources/platform-icons/os-windows8-128.png" alt="Windows"/>
|
2015-03-20 14:01:06 -07:00
|
|
|
</a>
|
2015-03-20 15:03:24 -07:00
|
|
|
<a href="http://builds.citra-emu.org/citra/nightly/citra-latest-osx-amd64.tar.xz">
|
2015-05-29 17:08:33 -07:00
|
|
|
<img class="dl-icon" src="resources/platform-icons/mac-os-128.png" alt="OS X"/>
|
2015-03-20 14:01:06 -07:00
|
|
|
</a>
|
2014-09-29 22:04:28 -07:00
|
|
|
</div>
|
|
|
|
<div class="dl-block">
|
|
|
|
<h3>Source Code</h3>
|
2015-03-20 14:01:06 -07:00
|
|
|
<a href="https://github.com/citra-emu/citra">
|
2015-05-29 17:08:33 -07:00
|
|
|
<img class="dl-icon" src="resources/platform-icons/github-6-128.png" alt="Git repo"/>
|
2015-03-20 14:01:06 -07:00
|
|
|
</a>
|
|
|
|
<a href="https://github.com/citra-emu/citra/archive/master.zip">
|
2015-05-29 17:08:33 -07:00
|
|
|
<img class="dl-icon" src="resources/platform-icons/zip-128.png" alt="ZIP file"/>
|
2015-03-20 14:01:06 -07:00
|
|
|
</a>
|
2014-09-29 22:04:28 -07:00
|
|
|
</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>
|
2014-09-29 22:04:28 -07:00
|
|
|
<p>Windows, Mac, Linux, and zip icons licensed from <a href="http://icons8.com">icons8</a> under CC BY-ND 3.0 US.</p>
|
2014-10-23 20:27:55 -07:00
|
|
|
<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>
|
2014-09-28 13:06:19 -07:00
|
|
|
|
2014-10-07 14:59:08 -07:00
|
|
|
<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>
|
2014-11-15 18:32:51 -08:00
|
|
|
<script type="text/javascript" src="scripts/slick/slick/slick.min.js"></script>
|
2014-10-07 14:59:08 -07:00
|
|
|
|
|
|
|
<script type="text/javascript">
|
2015-03-06 20:21:33 -08:00
|
|
|
|
2015-03-08 01:52:01 -08:00
|
|
|
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
|
|
|
|
});
|
2014-10-07 14:59:08 -07:00
|
|
|
});
|
2015-03-08 01:52:01 -08:00
|
|
|
} else {
|
|
|
|
document.write('<link rel="stylesheet" type="text/css" href="noscript.css">');
|
|
|
|
}
|
|
|
|
|
|
|
|
smoothScroll.init({
|
|
|
|
speed: 400,
|
|
|
|
updateURL: false
|
2014-10-07 14:59:08 -07:00
|
|
|
});
|
|
|
|
|
|
|
|
</script>
|
|
|
|
</body>
|
2014-09-28 13:06:19 -07:00
|
|
|
|
2014-10-05 12:38:52 -07:00
|
|
|
</html>
|