suyu/README.md

Les révisions dans .git-blame-ignore-revs sont ignorées. Vous pouvez quand même voir ces blâmes.

86 lignes
3.4 KiB
Markdown
Brut Vue normale Historique

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-03-07 14:41:26 +01:00
This repo is based on Yuzu EA 4176.
2024-03-05 09:42:40 +01: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-03-15 12:48:13 +01:00
<h4 align="center"><b>suyu</b> is the continuation of the world's most popular, open-source, Nintendo Switch emulator, yuzu.
2024-03-05 09:42:40 +01:00
<br>
2024-03-16 07:54:10 +01:00
It is written in C++ with portability in mind, and we're actively working on builds for Windows, Linux and Android.
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)
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
2024-04-12 15:15:29 +02:00
Most of the development happens on GitLab. For development discussion, please join us in our [Chat](https://chat.suyu.dev).
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).
2024-03-07 14:41:26 +01:00
You can also contact any of the developers on Discord 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-03-07 14:41:26 +01:00
2024-04-02 15:28:16 +02:00
If you want daily builds then [Click here](https://git.suyu.dev/suyu/suyu/actions)
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-04-02 15:29:13 +02:00
Right now we only have daily builds for Linux and Android.
2024-03-25 16:59:22 +01:00
2024-03-22 13:35:34 +01:00
We have official builds [here.](https://git.suyu.dev/suyu/suyu/releases) 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-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-04-12 15:15:29 +02:00
If you have any questions, don't hesitate to ask us in our [chat](https://chat.suyu.dev). 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.