125 lines
6.4 KiB
HTML
125 lines
6.4 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Citra - Experimental 3DS Emulator</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
|
|
|
<!-- 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" />
|
|
|
|
<!-- Smooth Scroll script -->
|
|
<script src="/resources/smooth-scroll/dist/js/bind-polyfill.js"></script>
|
|
<script src="/resources/smooth-scroll/dist/js/smooth-scroll.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="home" class="page">
|
|
<header>
|
|
<span id="logo"><a href="#home">Citra</a></span>
|
|
<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>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
|
|
<div id="home-image-container">
|
|
<a data-scroll href="#about"><img src="resources/citra-icns-multicolor/citra.svg" /></a>
|
|
</div>
|
|
|
|
<div id="home-name-headers">
|
|
<h1 class="name-header">Citra</h1>
|
|
<h2 class="name-header">An Experimental 3DS Emulator</h2>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="about" class="page">
|
|
<div class="content">
|
|
<h1>About Citra</h1>
|
|
|
|
<h3>What is Citra?</h3>
|
|
<p>Citra is a <b>work-in-progress</b> emulator for the Nintendo 3DS.</p>
|
|
|
|
<h3>What can it do?</h3>
|
|
<p>It can currently emulate <a href="https://github.com/smealum/ctrulib">ctrulib</a>-built homebrew programs, such as <a href="https://github.com/smealum/yeti3DS">Smealum's port of Yeti3DS</a>.</p>
|
|
|
|
<h3>Will it run <insert retail game here>?</h3>
|
|
<p>In nice, bold letters: <b>No! Citra is not ready yet!</b>. Citra will <b>not</b> run Pokemon, Super Mario Bros., or any of your other favorite 3DS games yet. </p>
|
|
<p>If you check back in a year or two, this may no longer be the case.</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 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 an interpreter to emulate the 3DS's hardware. As one might imagine, this is very inefficient, so it is doubtful that most (if any!) consumer hardware would be fast enough to run at full-speed.</p>
|
|
<p>In short, there's no real recommended hardware, but it is suffice to say that you want the fastest possible processor, and a graphics chip that supports at least OpenGL 3.</p>
|
|
|
|
<h3>Where can I download Citra?</h3>
|
|
<p>At the moment, there are no stable versions of Citra for you to download. Soon, we'll make available nightly builds for users to download, but for now you'll have to compile from source. Once Citra has progressed to the point where a stable version becomes viable.</p>
|
|
|
|
<h3>How can I help?</h3>
|
|
<p>Citra'a source 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 to the <a href="https://github.com/citra-emu/citra/wiki/Roadmap">project roadmap</a> for ideas.</p>
|
|
<p>You can also chat with us at #citra on <a href="webchat.freenode.net">freenode</a>. We'll take all the help we can get!</p>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div id="download" class="page">
|
|
<div class="content">
|
|
<h1>Downloads</h1>
|
|
|
|
<!-- For nightly downloads once they're ready:
|
|
<div class="dl-block">
|
|
<h3>Latest Nightly Release</h3>
|
|
<a href="./nightly/latest-linux"><img class="dl-icon" src="resources/platform-icons/linux-128.png"/></a>
|
|
<a href="./releases/latest-windows"><img class="dl-icon" src="resources/platform-icons/os-windows8-128.png"/></a>
|
|
<a href="./releases/latest-mac"><img class="dl-icon" src="resources/platform-icons/mac-os-128.png"/></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"/></a>
|
|
<a href="https://github.com/citra-emu/citra/archive/master.zip"><img class="dl-icon" src="resources/platform-icons/zip-128.png"/></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<footer>
|
|
<div class="footer-content">
|
|
<p>Copyright © 2014 - 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/tree/gh-pages">on GitHub</a>!</p>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
|
|
<script>
|
|
smoothScroll.init({
|
|
speed: 400,
|
|
updateURL: false
|
|
});
|
|
</script>
|
|
|
|
</html>
|