Added credits section.

This commit is contained in:
Chris 2018-01-14 03:14:56 -05:00
parent 448c7bcde1
commit 6dc997c2ea

View file

@ -48,21 +48,22 @@
<h1 class="title">About</h1> <h1 class="title">About</h1>
<div class="content"> <div class="content">
<p> <p>
yuzu is a work-in-progress Nintendo Switch emulator. yuzu is an open-source project, licensed under the GPLv2 (or any later yuzu is a work-in-progress Nintendo Switch emulator. yuzu is an open-source project, licensed under the GPLv2 (or any later
version). yuzu has been designed with portability in mind, with builds available for Windows, Linux, version). yuzu has been designed with portability in mind, with builds available for Windows, Linux,
and macOS. The project was started in spring of 2017 by <a href="https://github.com/bunnei">bunnei</a>, one of the original authors of the popular and macOS. The project was started in spring of 2017 by
<a href="https://citra-emu.org/">Citra 3DS emulator</a>, to experiment with and research the Nintendo Switch. Due to the similarities between <a href="https://github.com/bunnei">bunnei</a>, one of the original authors of the popular
Switch and 3DS, yuzu was developed as a fork of Citra. This means that it uses the same project architecture, <a href="https://citra-emu.org/">Citra 3DS emulator</a>, to experiment with and research the Nintendo Switch. Due to the similarities
and both emulators benefit from shared improvements. During the early months of development, work was between Switch and 3DS, yuzu was developed as a fork of Citra. This means that it uses the same project
done in private, and progress was slow. However, as Switch reverse-engineering and homebrew development architecture, and both emulators benefit from shared improvements. During the early months of development,
became popular, work on yuzu began to take off as well. work was done in private, and progress was slow. However, as Switch reverse-engineering and homebrew
</p> development became popular, work on yuzu began to take off as well.
</p>
<p>
In January of 2018, the yuzu team was formed out of several Citra developers, and the decision was made to release the project <p>
publicly. As an emulator, yuzu is in its infancy, and is only currently useful for Switch reverse-engineering In January of 2018, the yuzu team was formed out of several Citra developers, and the decision was made to release the project
and homebrew development. publicly. As an emulator, yuzu is in its infancy, and is only currently useful for Switch reverse-engineering
</p> and homebrew development.
</p>
</div> </div>
<div class="tile is-ancestor"> <div class="tile is-ancestor">
@ -96,8 +97,9 @@
<div class="card-content"> <div class="card-content">
<p class="title is-4">Where does the name come from?</p> <p class="title is-4">Where does the name come from?</p>
<div class="content"> <div class="content">
<a href="https://en.wikipedia.org/wiki/Citrus_junos">Citrus junos, or yuzu (from Japanese ユズ)</a>, is a citrus fruit, most commonly used in Asian cuisines. This name was chosen as <a href="https://en.wikipedia.org/wiki/Citrus_junos">Citrus junos, or yuzu (from Japanese ユズ)</a>, is a citrus fruit, most commonly used in Asian
an homage to Citra and its developers, whose work gave the foundation for this project. 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> </div>
@ -129,4 +131,21 @@
</div> </div>
</div> </div>
</section> </section>
<!-- Credits Section -->
<section class="hero">
<div class="hero-body">
<div class="container has-text-centered has-text-grey">
<p>Making an emulator for the Nintendo Switch is a massive effort, and wed like to give a huge shout out and thank you to all the folks involved!</p>
<p>Thank you to the Citra team for providing an excellent foundation for this project.
<a href="https://github.com/Subv">Subv</a>, <a href="https://github.com/MerryMage">MerryMage</a>, <a href="https://github.com/jroweboy">jroweboy</a>, <a href="https://github.com/bunnei">bunnei</a>, for their work to jumpstart yuzu.</p>
<p><a href="https://github.com/chris062689">Flame Sage</a>, <a href="https://github.com/j-selby">Selby</a>, <a href="https://github.com/Schplee">Flamboyant Ham</a>, for their work on our web infrastucture.</p>
<p>&nbsp;</p>
<p>Furthermore, we'd like to thank the <a href="https://reswitched.tech/">ReSwitched team</a>, this project would not exist without their excellent work and willingness to share their knowledge:
<a href="https://github.com/SciresM/">SciresM</a>, <a href="https://github.com/daeken">Daeken</a>, <a href="https://github.com/Normmatt">Normmatt</a>, <a href="https://github.com/ogniK5377">ogniK</a>, <a href="https://github.com/hthh">hthh</a>, <a href="https://github.com/TuxSH">TuxSH</a>, <a href="https://github.com/hedgeberg">hedgeberg</a>.</p>
</div>
</div>
</section>
{{ end }} {{ end }}