suyu/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

93 lines
3.9 KiB
Markdown
Raw Permalink Normal View History

2024-03-05 09:42:40 +01:00
<!--
SPDX-FileCopyrightText: 2023 yuzu Emulator Project
SPDX-FileCopyrightText: 2024 suyu Emulator Project
2024-03-23 02:41:59 +01:00
SPDX-License-Identifier: GPL-3.0-or-later
2024-03-05 09:42:40 +01:00
-->
2024-03-07 14:41:26 +01:00
**Note**: We do not support or condone piracy in any form. In order to use suyu, you'll need keys from your real Switch system, and games which you have legally obtained and paid for. We do not intend to make money or profit from this project.
2024-03-05 09:42:40 +01:00
2024-04-12 15:15:29 +02:00
We're in need of developers. Please join our chat below if you want to contribute!
2024-04-17 18:21:27 +02:00
This repo was based on Yuzu EA 4176 but the code is being rewritten from the ground up for legal and performance reasons.
2024-03-05 09:42:40 +01:00
2024-05-08 10:39:58 +02:00
Support the original suyu developer team [here](https://discord.gg/79B6wqFPnc).
2024-04-17 17:50:32 +02:00
2024-03-06 10:38:34 +01:00
<hr />
<h1 align="center">
2024-03-05 09:42:40 +01:00
<br>
2024-03-07 14:41:26 +01:00
<a href="https://suyu.dev"><img src="dist/readme/suyu__Logo-Pill.svg" alt="suyu" height="128"></a>
2024-03-05 09:42:40 +01:00
<br>
<b>suyu</b>
<br>
</h1>
2024-04-18 17:33:35 +02:00
<h4 align="center"><b>suyu</b> was the continuation of the world's most popular, open-source Nintendo Switch emulator, yuzu, but is now something more.
2024-03-05 09:42:40 +01:00
<br>
It is written in C++ with portability in mind, and we actively provide builds for Windows, Linux, Android and iOS potentially coming soon.
2024-04-17 23:20:04 +02:00
2024-03-05 09:42:40 +01:00
</h4>
<p align="center">
2024-04-12 15:15:29 +02:00
<a href="https://chat.suyu.dev">Chat</a> |
2024-03-07 14:41:26 +01:00
<a href="#status">Status</a> |
2024-03-05 09:42:40 +01:00
<a href="#development">Development</a> |
<a href="#downloads">Downloads</a> |
2024-03-07 14:41:26 +01:00
<a href="#building">Building</a> |
2024-03-05 09:42:40 +01:00
<a href="#support">Support</a> |
2024-03-07 14:41:26 +01:00
<a href="#license">License</a> |
2024-03-22 13:35:34 +01:00
<a href="https://git.suyu.dev/suyu/suyu/actions">Pipelines</a>
2024-03-05 09:42:40 +01:00
</p>
2024-03-29 17:31:07 +01:00
## Hardware Requirements
[Click here to see the Hardware Requirements](https://git.suyu.dev/suyu/suyu/wiki/Hardware-Requirements)
## Migrating from yuzu
See [MIGRATION.md](MIGRATION.md).
2024-03-05 09:45:09 +01:00
## Status
We currently have builds over at the [Releases](https://git.suyu.dev/suyu/suyu/releases) page.
2024-03-05 09:42:40 +01:00
2024-03-07 14:41:26 +01:00
**Note**: We try to update this README whenever we can, but some links might be broken, and some information may be outdated or irrelevant.
2024-03-05 09:42:40 +01:00
## Development
2024-03-07 14:41:26 +01:00
This project is completely free and open source, and anyone can contribute to help improve suyu.
2024-03-05 09:42:40 +01:00
Most of the development happens on the Git. For development discussion, please join us in our [Chat](https://chat.suyu.dev) or contact a developer.
2024-03-05 09:42:40 +01:00
2024-03-22 13:35:34 +01:00
If you want to contribute, please take a look at the [Contributor's Guide](https://git.suyu.dev/suyu/suyu/wiki/Contributing) and [Developer Information](https://git.suyu.dev/suyu/suyu/wiki/Developer-Information).
You can also contact any of the developers on the Chat to learn more about the current state of suyu.
2024-03-05 09:42:40 +01:00
## Downloads
2024-03-22 13:35:34 +01:00
* __Windows__: [Releases](https://git.suyu.dev/suyu/suyu/releases)
* __Linux__: [Releases](https://git.suyu.dev/suyu/suyu/releases)
* __macOS__: [Releases](https://git.suyu.dev/suyu/suyu/releases)
* __Android__: [Releases](https://git.suyu.dev/suyu/suyu/releases)
2024-05-08 10:39:58 +02:00
###### We currently do not provide builds for iOS, however if you would like, you could try the experimental [Sudachi](https://github.com/emuPlace/Sudachi/releases)/[Folium](https://github.com/jarrodnorwell/Folium/releases).
2024-03-07 14:41:26 +01:00
If you want daily builds then [Click here](https://git.suyu.dev/suyu/suyu/actions).
2024-04-02 15:28:16 +02:00
If you don't know how to download the daily builds then [Click here](https://git.suyu.dev/suyu/suyu/raw/branch/dev/img/daily-builds.png)
2024-03-25 16:59:22 +01:00
We have official builds [here.](https://git.suyu.dev/suyu/suyu/releases)<br>If any website or person is claiming to have a build for suyu, take that with a grain of salt.
2024-03-05 09:42:40 +01:00
## Building
2024-03-05 09:42:40 +01:00
2024-03-22 21:29:52 +01:00
* __Windows__: [Windows Build](https://git.suyu.dev/suyu/suyu/wiki/Building-For-Windows)
* __Linux__: [Linux Build](https://git.suyu.dev/suyu/suyu/wiki/Building-For-Linux)
* __Android__: [Android Build](https://git.suyu.dev/suyu/suyu/wiki/Building-For-Android)
2024-03-24 05:13:09 +01:00
* __macOS__: [macOS Build](https://git.suyu.dev/suyu/suyu/wiki/Building-for-macOS)
2024-03-05 09:42:40 +01:00
## Support
2024-05-08 10:39:58 +02:00
If you have any questions, don't hesitate to ask us in our [chat](https://chat.suyu.dev), make an issue or contact a developer. We don't bite!
2024-03-05 09:42:40 +01:00
## License
2024-03-23 02:41:59 +01:00
suyu is licensed under the free and open-source GPL-3.0-or-later license.