suyu/README.md

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

78 lines
3.2 KiB
Markdown
Raw Normal View History

2024-03-05 09:42:40 +01:00
<!--
2024-03-05 12:05:49 +01:00
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-03-07 14:41:26 +01:00
We're in need of developers. Please join our Discord server below if you want to contribute!
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-03-08 20:06:07 +01:00
<a href="https://discord.gg/suyu">Discord</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-05 09:45:09 +01:00
## Status
2024-03-08 20:06:07 +01:00
Although we're able to make builds, we don't have a version ready for distribution yet. But we can always use more help! You can make a merge request if you'd like to see something changed, or you can [chat with other developers to find out what needs work](https://discord.gg/suyu).
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-03-08 20:06:07 +01:00
Most of the development happens on GitLab. For development discussion, please join us on [Discord](https://discord.gg/suyu).
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-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)
* __MacOS__: [MacOS Build](https://git.suyu.dev/suyu/suyu/wiki/Building-for-macOS)
2024-03-05 09:42:40 +01:00
## Support
2024-03-08 20:06:07 +01:00
If you have any questions, don't hesitate to ask us on [Discord](https://discord.gg/suyu). 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.