Files
eden/README.md
T

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

76 lines
2.6 KiB
Markdown
Raw Normal View History

2022-05-15 02:06:02 +02:00
<!--
2025-07-06 15:49:04 -04:00
# SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
# SPDX-License-Identifier: GPL-3.0-or-later
2025-04-12 16:18:43 +00:00
# SPDX-FileCopyrightText: 2018 yuzu Emulator Project
# SPDX-License-Identifier: GPL-2.0-or-later
2022-05-15 02:06:02 +02:00
-->
2025-04-26 19:07:48 +00:00
<!-- lang: en-GB -->
2022-05-15 02:06:02 +02:00
2021-06-23 23:32:41 -07:00
<h1 align="center">
<br>
<a href="https://git.eden-emu.dev/eden-emu/eden"><img src="./dist/qt_themes/default/icons/256x256/eden.png" alt="Eden" width="200"></a>
2021-06-23 23:32:41 -07:00
<br>
2025-04-12 16:18:43 +00:00
<b>Eden</b>
2021-06-23 23:32:41 -07:00
<br>
</h1>
2018-01-14 21:53:58 -05:00
<h4 align="center"><b>Eden</b> is a free and opensource (FOSS) Switch 1 emulator, derived from Yuzu and Sudachi - started by developer Camille LaVey.
It's written in C++ with portability in mind, with builds for Windows, Linux, macOS, Android, FreeBSD and more.
2021-06-23 23:32:41 -07:00
</h4>
2016-01-15 23:30:22 -08:00
2021-06-23 23:32:41 -07:00
<p align="center">
2025-05-10 16:53:03 +00:00
</a>
<a href="https://discord.gg/HstXbPch7X">
2025-08-06 07:48:28 +02:00
<img src="https://img.shields.io/discord/1367654015269339267?color=5865F2&label=Eden&logo=discord&logoColor=white"
2025-05-10 16:53:03 +00:00
alt="Discord">
</a>
<a href="https://stt.gg/qKgFEAbH">
<img src="https://img.shields.io/revolt/invite/qKgFEAbH?color=d61f3a&label=Stoat"
alt="Stoat">
2025-08-07 05:44:51 +02:00
</a>
2021-06-23 23:32:41 -07:00
</p>
2021-06-23 23:32:41 -07:00
<p align="center">
<a href="#compatibility">Compatibility</a> |
<a href="#development">Development</a> |
<a href="#building">Building</a> |
<a href="#download">Download</a> |
<a href="#support">Support</a> |
<a href="#license">License</a>
</p>
2019-09-21 23:37:21 +02:00
2021-06-23 23:32:41 -07:00
## Compatibility
2014-12-16 02:34:44 +01:00
2025-04-12 16:18:43 +00:00
The emulator is capable of running most commercial games at full speed, provided you meet the necessary hardware requirements.
2014-04-08 15:05:45 -04:00
2025-04-26 19:07:48 +00:00
A list of supported games will be available in future. Please be patient.
2016-02-25 01:42:34 -06:00
2025-07-09 16:51:15 -04:00
Check out our [website](https://eden-emu.dev) for the latest news on exciting features, monthly progress reports, and more!
2014-04-08 15:05:45 -04:00
[![Packaging status](https://repology.org/badge/vertical-allrepos/eden-emulator.svg)](https://repology.org/project/eden-emulator/versions)
## Contribute
2014-04-08 15:05:45 -04:00
To contribute to Eden; be it financially, code, bug reports, or otherwise, see our [Contributing guidelines](./CONTRIBUTING.md).
## Documentation
We have a user manual! See our [User Handbook](./docs/user/README.md).
2021-06-23 23:32:41 -07:00
## Building
2014-04-08 15:05:45 -04:00
See the [General Build Guide](docs/Build.md)
2014-12-15 20:01:56 -05:00
For information on provided development tooling, see the [Tools directory](./tools)
2021-06-23 23:32:41 -07:00
## Download
2014-12-15 20:01:56 -05:00
You can download the latest releases from [our release page](https://git.eden-emu.dev/eden-emu/eden/releases).
Save us some bandwidth! We have [mirrors available](./docs/user/ThirdParty.md#mirrors) as well.
2021-06-23 23:32:41 -07:00
## License
2025-04-12 16:18:43 +00:00
Eden is licensed under the GPLv3 (or any later version). Refer to the [LICENSE.txt](https://git.eden-emu.dev/eden-emu/eden/src/branch/master/LICENSE.txt) file.