mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-29 22:34:17 +00:00
Updated menu. Added donate and wiki pages. Updated scss to add shared_customization. Updated style.scss to reflect this. Updated yuzu base themes. Tweaked the About section.
This commit is contained in:
parent
31b88e63ca
commit
4419f581cb
|
@ -11,25 +11,20 @@ paginate = 10
|
||||||
name = "about"
|
name = "about"
|
||||||
weight = 1
|
weight = 1
|
||||||
identifier = "about"
|
identifier = "about"
|
||||||
url = "#about"
|
url = "/"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "getting started"
|
name = "wiki"
|
||||||
weight = 2
|
weight = 1
|
||||||
identifier = "getting-started"
|
identifier = "wiki"
|
||||||
url = "#getting-started"
|
url = "/wiki"
|
||||||
|
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "donate"
|
name = "donate"
|
||||||
weight = 3
|
weight = 3
|
||||||
identifier = "donate"
|
identifier = "donate"
|
||||||
url = "#donate"
|
url = "/donate"
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
name = "updates"
|
|
||||||
weight = 4
|
|
||||||
identifier = "updates"
|
|
||||||
url = "#updates"
|
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
DiscordURL = "https://discord.gg/gz9pz97"
|
DiscordURL = "https://discord.gg/gz9pz97"
|
||||||
|
@ -40,7 +35,7 @@ paginate = 10
|
||||||
[Languages]
|
[Languages]
|
||||||
[Languages.en]
|
[Languages.en]
|
||||||
title = "yuzu"
|
title = "yuzu"
|
||||||
tagline = "An experimental Nintendo Switch Emulator"
|
tagline = "An experimental emulator for the Nintendo Switch"
|
||||||
description = "Yuzu is a highly experimental open-source emulator for the Nintendo Switch."
|
description = "Yuzu is a highly experimental open-source emulator for the Nintendo Switch."
|
||||||
weight = 1
|
weight = 1
|
||||||
|
|
||||||
|
|
5
site/content/donate.md
Normal file
5
site/content/donate.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Donations
|
||||||
|
---
|
||||||
|
|
||||||
|
You should donate.
|
5
site/content/wiki.md
Normal file
5
site/content/wiki.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Wiki
|
||||||
|
---
|
||||||
|
|
||||||
|
Coming soon!
|
|
@ -1,4 +1,6 @@
|
||||||
{{ define "main" }} {{ partial "home_hero" . }}
|
{{ define "main" }}
|
||||||
|
|
||||||
|
{{ partial "home_hero" . }}
|
||||||
|
|
||||||
<a name="about"></a>
|
<a name="about"></a>
|
||||||
<section class="hero">
|
<section class="hero">
|
||||||
|
@ -6,74 +8,118 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="title">About</h1>
|
<h1 class="title">About</h1>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>yuzu is a work-in-progress Nintendo Switch emulator. The project was started in spring of 2017 by bunnei,
|
<p>
|
||||||
one of the original authors of the popular Citra 3DS emulator, to experiment with and research the Nintendo
|
yuzu is a work-in-progress Nintendo Switch emulator. yuzu is an open-source project, licensed under the GPLv2 (or any later
|
||||||
Switch.
|
version). yuzu has been designed with portability in mind, with builds available for Windows, Linux,
|
||||||
|
and macOS.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>Due to the similarities between Switch and 3DS, yuzu was developed as a fork of Citra. This means that it
|
<p>
|
||||||
uses the same project architecture, and both emulators benefit from shared improvements. During the early
|
The project was started in spring of 2017 by bunnei, one of the original authors of the popular Citra 3DS emulator, to experiment
|
||||||
months of development, work was done in private, and progress was slow.</p>
|
with and research the Nintendo Switch. Due to the similarities between Switch and 3DS, yuzu was developed
|
||||||
|
as a fork of Citra.
|
||||||
<p>However, as Switch reverse-engineering and homebrew development became popular, work on yuzu began to take
|
|
||||||
off as well. In January of 2018, the yuzu team was formed out of several Citra developers, and the decision
|
|
||||||
was made to release the project publicly. </p>
|
|
||||||
|
|
||||||
<p>As an emulator, yuzu is in its infancy, and is only currently useful for Switch reverse-engineering and homebrew
|
|
||||||
development. yuzu has been designed with portability in mind, with builds actively maintained for Windows,
|
|
||||||
Linux, and macOs.
|
|
||||||
</p>
|
</p>
|
||||||
<ol>
|
|
||||||
<li>
|
|
||||||
<span class="is-italic">Can I use yuzu to play Switch games?</span>
|
|
||||||
<span>No – at this time, yuzu does not run any commercial Switch games. yuzu can boot some games, to varying
|
|
||||||
degrees of success, but does not implement any of the necessary GPU features to render 3D graphics.</span>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
<p>
|
||||||
<span class="is-italic">When will yuzu run games?</span>
|
This means that it uses the same project architecture, and both emulators benefit from shared improvements.
|
||||||
<span>In short – we do not know. Running games is one of the team’s top priorities, so we are actively
|
</p>
|
||||||
working toward that goal!</span>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
<p>
|
||||||
<span class="is-italic">What is yuzu’s license?</span>
|
During the early months of development, work was done in private, and progress was slow. However, as Switch reverse-engineering
|
||||||
<span>yuzu is an open-source project, licensed under the GPLv2 (or any later version). Refer to the license
|
and homebrew development became popular, work on yuzu began to take off as well.
|
||||||
document for more information.</span>
|
</p>
|
||||||
</li>
|
|
||||||
|
<p>
|
||||||
|
In January of 2018, the yuzu team was formed out of several Citra developers, and the decision was made to release the project
|
||||||
|
publicly. As an emulator, yuzu is in its infancy, and is only currently useful for Switch reverse-engineering
|
||||||
|
and homebrew development.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div class="columns">
|
||||||
|
<div class="column">
|
||||||
|
<div class="card">
|
||||||
|
<header class="card-header">
|
||||||
|
<p class="card-header-title">Can I use yuzu to play Switch games?</p>
|
||||||
|
</header>
|
||||||
|
<div class="card-content">
|
||||||
|
<div class="content">
|
||||||
|
No – at this time, yuzu does not run any commercial Switch games. yuzu can boot some games, to varying degrees of success,
|
||||||
|
but does not implement any of the necessary GPU features to render 3D graphics.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="column">
|
||||||
|
<div class="card">
|
||||||
|
<header class="card-header">
|
||||||
|
<p class="card-header-title">When will yuzu run games?</p>
|
||||||
|
</header>
|
||||||
|
<div class="card-content">
|
||||||
|
<div class="content">
|
||||||
|
In short – we do not know how soon games might run. While yuzu is making great progress, Switch emulation is very complex.
|
||||||
|
Running games is one of the team’s top priorities, so we are actively working toward
|
||||||
|
that goal!
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="column">
|
||||||
|
<div class="card">
|
||||||
|
<header class="card-header">
|
||||||
|
<p class="card-header-title">Where does the name come from?</p>
|
||||||
|
</header>
|
||||||
|
<div class="card-content">
|
||||||
|
<div class="content">
|
||||||
|
Citrus junos, or yuzu (from Japanese ユズ), is a citrus fruit, most commonly used in Asian cuisines. This name was chosen as
|
||||||
|
an homage to Citra and its developers, whose work gave the foundation for this project.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<li>
|
|
||||||
<span class="is-italic">Where does the name come from?</span>
|
|
||||||
<span>Citrus junos, or yuzu (from Japanese ユズ), is a citrus fruit, most commonly used in Asian cuisines.
|
|
||||||
This name was chosen as an homage to Citra and its developers, whose work gave the foundation
|
|
||||||
for this project.</span>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<a name="getting-started"></a>
|
<section class="hero is-info">
|
||||||
<section class="hero">
|
|
||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="title">Getting Started</h1>
|
<nav class="columns">
|
||||||
<div class="content">
|
|
||||||
<p>A call to action!</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<a name="donate"></a>
|
<a class="column has-text-centered" href="https://www.google.com">
|
||||||
<section class="hero">
|
<span class="icon is-large">
|
||||||
<div class="hero-body">
|
<i class="fas fa-3x fa-cubes"></i>
|
||||||
<div class="container">
|
</span>
|
||||||
<h1 class="title">Donating</h1>
|
<p class="title is-4">
|
||||||
<div class="content">
|
<strong>Yuzu Development</strong>
|
||||||
<p>A call to action... 2!</p>
|
</p>
|
||||||
</div>
|
<p class="subtitle">Custom Builds!</p>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a class="column has-text-centered" href="https://www.google.com">
|
||||||
|
<span class="icon is-large">
|
||||||
|
<i class="fas fa-3x fa-cubes"></i>
|
||||||
|
</span>
|
||||||
|
<p class="title is-4">
|
||||||
|
<strong>Switch Hacking</strong>
|
||||||
|
</p>
|
||||||
|
<p class="subtitle">Cool!</p>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a class="column has-text-centered" href="https://www.google.com">
|
||||||
|
<span class="icon is-large">
|
||||||
|
<i class="fas fa-3x fa-cubes"></i>
|
||||||
|
</span>
|
||||||
|
<p class="title is-4">
|
||||||
|
<strong>Switch Homebrew</strong>
|
||||||
|
</p>
|
||||||
|
<p class="subtitle">You can do that?</p>
|
||||||
|
</a>
|
||||||
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
8
src/scss/shared_customization.scss
Normal file
8
src/scss/shared_customization.scss
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
$body-background-color: $background;
|
||||||
|
$footer-background-color: $background;
|
||||||
|
|
||||||
|
// Changes the navbar height to match discourse.
|
||||||
|
$navbar-height: 64px;
|
||||||
|
|
||||||
|
// Allows for larger icons with less padding
|
||||||
|
$navbar-item-img-max-height: 2.75rem;
|
|
@ -8,14 +8,7 @@
|
||||||
@import "./yuzu/yuzu_after_derived.scss";
|
@import "./yuzu/yuzu_after_derived.scss";
|
||||||
|
|
||||||
/* 3. Misc customization of Bulma */
|
/* 3. Misc customization of Bulma */
|
||||||
$body-background-color: $background;
|
@import "./shared_customization.scss";
|
||||||
$footer-background-color: $background;
|
|
||||||
|
|
||||||
// Changes the navbar height to match discourse.
|
|
||||||
$navbar-height: 64px;
|
|
||||||
|
|
||||||
// Allows for larger icons with less padding
|
|
||||||
$navbar-item-img-max-height: 2.75rem;
|
|
||||||
|
|
||||||
/* 4. Import the rest of Bulma */
|
/* 4. Import the rest of Bulma */
|
||||||
@import "./node_modules/bulma/bulma.sass";
|
@import "./node_modules/bulma/bulma.sass";
|
||||||
|
|
|
@ -3,8 +3,8 @@ $background: darken($dark, 8);
|
||||||
|
|
||||||
$navbar-background-color: $dark;
|
$navbar-background-color: $dark;
|
||||||
|
|
||||||
$box-background-color: $dark;
|
$box-background-color: darken($dark, 5);
|
||||||
$card-background-color: $dark;
|
$card-background-color: darken($dark, 5);
|
||||||
|
|
||||||
$text: $white;
|
$text: $white;
|
||||||
$text-light: $white;
|
$text-light: $white;
|
||||||
|
@ -13,5 +13,5 @@ $text-strong: $white;
|
||||||
$title-color: $white;
|
$title-color: $white;
|
||||||
$subtitle-color: $white;
|
$subtitle-color: $white;
|
||||||
|
|
||||||
$link: $primary;
|
// $link: $primary;
|
||||||
$link-hover: darken($link, 15);
|
// $link-hover: darken($link, 15);
|
|
@ -1 +1,2 @@
|
||||||
$primary: #37474f;
|
$primary: #37474f;
|
||||||
|
$info: grey;
|
Loading…
Reference in a new issue