SummerCart64/web/index.html

115 lines
6.4 KiB
HTML
Raw Normal View History

2024-01-07 19:21:11 +01:00
<!DOCTYPE html>
<html>
<head>
<title>SummerCart64 - Home</title>
2024-01-11 09:18:28 +01:00
<meta property="og:title" content="SummerCart64 - Home" />
<meta property="og:description" content="SummerCart64 - a fully open source N64 flashcart" />
<meta property="og:url" content="https://summercart64.dev/" />
<meta property="og:image" content="https://summercart64.dev/sc64-embed.png" />
<meta property="og:type" content="website" />
2024-01-11 09:06:13 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-01-07 20:04:24 +01:00
<link rel="icon" href="favicon.svg" sizes="any" type="image/svg+xml">
2024-01-07 19:21:11 +01:00
<link rel="stylesheet" href="./styles.css">
<script src="./script.js"></script>
</head>
<body>
<div class="menu-container">
<div class="menu-bar">
<div class="menu-buttons">
<a href="/"><img src="sc64.svg"></a>
<div class="menu-button" onclick="showMenu(event)">
2024-01-07 19:21:11 +01:00
<div class="menu-button-line"></div>
<div class="menu-button-line"></div>
<div class="menu-button-line"></div>
</div>
2024-01-07 19:21:11 +01:00
</div>
<menu class="mobile-hidden">
<li class="active"><a href="/">Home</a></li>
<li><a href="/features.html">Features</a></li>
<li><a href="https://menu.summercart64.dev">Menu</a></li>
<li><a href="https://github.com/Polprzewodnikowy/SummerCart64/releases/latest">Downloads</a></li>
<li><a href="/bom.html">Bill of materials</a></li>
2024-01-07 19:21:11 +01:00
<li><a href="https://github.com/Polprzewodnikowy/SummerCart64">GitHub</a></li>
</menu>
</div>
</div>
<div class="main-container">
<main>
2024-01-11 02:22:52 +01:00
<h1>What is SummerCart64?</h1>
2024-01-07 19:21:11 +01:00
<section>
<img class="sc64-logo" src="sc64.svg">
2024-01-11 02:22:52 +01:00
<p>SummerCart64 is a custom made cartridge (commonly referred as a flashcart) that allows you to develop
and play games on the N64 console. It is the first N64 flashcart that is feature complete and
completely open source.</p>
<p>With fast I/O, integrated support in <a href="https://libdragon.dev">libdragon</a> / <a
href="https://github.com/devwizard64/libcart">libcart</a> / <a
href="https://github.com/buu342/N64-UNFLoader">UNFLoader</a>, and well documented API, testing
your homebrew on real hardware was never this easy before!</p>
<p>SummerCart64 employs features not available in other N64 flashcarts, like <strong>64DD</strong>
hardware emulation, automatic save backup <strong>during gameplay</strong>, or ability to behave
like a stock game pak with <strong>direct mode</strong>, making it the best choice for both players
and game developers. Please check <a href="/features.html">full feature list</a> for more details!
</p>
2024-01-11 05:23:03 +01:00
<div class="pcb-images">
<img src="sc64-render-front.png">
<img src="sc64-render-back.png">
</div>
2024-01-11 02:22:52 +01:00
</section>
<div class="separator"></div>
<h1>Where to buy</h1>
<section>
<p>There are several options available, listed from the easiest to hardest option:</p>
<ul>
<li><a href="https://store.phenommod.com/index.php?route=product/product&path=75&product_id=102">SummerCart64
product page</a> on the Phenom Mod Store - <strong>not affiliated</strong>.</li>
<li>Group buys available at <a href="https://discord.gg/8VNMKhxqQn">N64brew Discord Server</a> -
check the <code><strong>#sc64-forum</strong></code> channel.</li>
<li><a href="https://www.pcbway.com/project/member/shareproject/?bmbno=1046ED64-8AEE-44">PCBWay
2024-01-11 02:22:52 +01:00
Shared Project</a> page - both assembled boards and bare PCBs are available.</li>
<li>Manual PCB and components order - DIY friendly option. Step by step video guide: <a
href="https://www.youtube.com/watch?v=t6hyCFpwqz8">https://www.youtube.com/watch?v=t6hyCFpwqz8</a>
</li>
2024-01-11 02:22:52 +01:00
</ul>
</section>
<h3><strong>Why is Phenom Mod Store linked on the list above?</strong></h3>
<section>
<p>As a SummerCart64 creator, I don't have ability to invest into mass production of this flashcart.
Open GPLv3 license, under which this project is released, gives right to anyone to manufacture and
sell the SummerCart64. As it is now, Phenom Mod Store is the only place where you can easily
purchase the SummerCart64 completely assembled with good quality PCB, shell and components.
<strong>That does not mean I operate the store nor I'm compensated to link it on the list
above</strong>. In the future this list could expand or shrink, depending on a current market
situation.
</p>
<p>Want to mass produce SummerCart64? Before that please contact me via email address available on <a
href="https://github.com/Polprzewodnikowy">my GitHub profile.</a> Not required but let's have a
talk before committing to it.</p>
</section>
2024-01-11 02:22:52 +01:00
<div class="separator"></div>
<h1>Support the project</h1>
<section>
<p>Like the project? Consider supporting it on the <a
href="https://ko-fi.com/polprzewodnikowy">Ko-fi</a>, or click the button below. Not necessary
2024-01-11 02:22:52 +01:00
but greatly appreciated.</p>
<div class="sponsor-buttons">
<a href='https://ko-fi.com/R5R13I07C' target='_blank'><img height='32'
src='https://storage.ko-fi.com/cdn/kofi2.png?v=3' alt='Buy Me a Coffee at ko-fi.com' /></a>
</div>
2024-01-07 19:21:11 +01:00
</section>
</main>
</div>
<footer>
<span>© 2020 - 2024 <a href="https://mateuszfaderewski.pl">Mateusz Faderewski</a></span>
</footer>
</body>
</html>