dolphin
Ryujinx
dolphin | Ryujinx | |
---|---|---|
388 | 341 | |
13,626 | 34,919 | |
1.7% | - | |
9.9 | 9.5 | |
4 days ago | 7 months ago | |
C++ | C# | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
dolphin
- Dolphin: Open-Source GameCube and Wii Emulator with Enhanced PC Play
-
Dolphin Progress Release 2407 and 2409
Dolphin is a GPLv2+ application, and the runtime is under a proprietary license. We currently rely on the "system libraries" exception in the GPL to allow linking with the runtime in the first place. If we ship the runtime with Dolphin, it might not be considered a "system library" anymore.
There's some past discussion in this PR, where we made a change to automatically install the runtime DLLs but ended up reverting it: https://github.com/dolphin-emu/dolphin/pull/11068
(this is based off my own recollection of what others have told me, it might be out of date or wrong)
-
Apple now allows retro game emulators on its App Store
Dolphin ships with a bunch of keys in the source code[0]. So do almost every other emulators for any console from 6/7th gen consoles (ps3, xbox360, gamecube), see delroth's post on the matter here[1]. It's really not that simple - jurisdiction matters a lot, and also Nintendo's own priorities.
[0]: https://github.com/dolphin-emu/dolphin/blob/34527cadcce49a9a...
[1]: https://delroth.net/posts/emulation-crypto-keys-copyright-dm...
- Nintendo Switch Emulator: Progress Report December 2023
-
Replay old video games
GameCube/Wii: Dolphin is the best GameCube/Wii emulator in my opinion: Download Dolphin
-
How to create a Qt 5 ARM/Intel universal binary for Mac
Dolphin has actually had this for their macOS builds for over a year now.
https://github.com/dolphin-emu/dolphin
-
Welcome to r/OnlinePreservation!
Dolphin (GameCube/Wii) Emulator: https://dolphin-emu.org/
- Dolphin: Emulator for two Nintendo video game consoles – GameCube and Wii
-
Rokid Max Review and Many Tips
Though these consoles did not support stereoscopy originally, the Dolphin emulator can add it and output SBS. My experience was a bit mixed. Your mileage may vary.
-
Am I the only one tired of the remakes?
You install Dolphin emulator, go into settings and make a folder for your games where it says "directory", and then you just stick your game in the folder. That's pretty much all there is to it, that's why I think Dolphin is the best emulator.
Ryujinx
- Ryujinx (Nintendo Switch emulator) has been removed from GitHub
-
Swift 6
Yeah, Unity has terrible GC, even with incremental per-frame collection improvement. It's going to be interesting to look at the difference once they finish migration to CoreCLR.
If you'd like to look at a complex project, you can try Ryujinx: https://www.ryujinx.org. It even has native integration[0] with Apple Hypervisor to run certain games as-is on ARM64 Macs. There's also Metal back-end in the works.
Other than that, any new .NET application runs on MacOS provided they don't use platform-specific libraries (either something that uses Linux dependencies or kernel APIs or Windows ones). My daily drive device is an MBP.
A side-note is that on MacOS .NET does not use regions-based heaps yet and uses older segment-based ones. This has implications in terms of worse memory usage efficiency but nothing world-ending.
[0]: https://github.com/Ryujinx/Ryujinx/tree/73f985d27ca0c85f053e...
-
Ladybird browser to start using Swift language this fall
All non-GUI .NET applications, unless they use niche things like windows registery or management API, are by definition platform agnostic and run wherever .NET runs (macOS, Linux, FreeBSD(with caveats), Android, iOS, Windows). Most business today which have moved off old version run sever workloads on Linux hosts within K8S or otherwise.
Popular applications that run on Linux are
Jellyfin: https://github.com/jellyfin/jellyfin
Sonarr (and other High Seas apps): https://github.com/Sonarr/Sonarr
Ryujinx: https://github.com/Ryujinx/Ryujinx (the kind of project that can easily match writing a browser in complexity)
Bitwarden (server): https://github.com/bitwarden
Stride3D: https://github.com/stride3d/stride
Godot (offers C# as script language, using regular .NET)
From the top of my head, I'm sure there are many others less popular. It is sad that this conversation needs to be had 8 years after the first version of .NET (Core as it was named at the time).
- Ryujinx: A Fast, Open-Source Nintendo Switch Emulator in C#
-
Nintendo Switch Emulator: Progress Report December 2023
Their C# JIT [1] generates x86_64 or ARM native code. This is why it's fast.
1: https://github.com/Ryujinx/Ryujinx/tree/master/src/ARMeilleu...
- When Zig Outshines Rust – Memory Efficient Enum Arrays
-
RyujinX – Open Source Nintendo Switch Emulator
This isn't true anymore. It was their first approach, but since then they have switched to their own JIT recompiler. You can read their rationale here: https://github.com/Ryujinx/Ryujinx/pull/693
For the MacOS port, they explain in the blog post you linked that they use an hypervisor, meaning the original game binary runs untranslated. (with the option to use an ARM-to-ARM JIT)
-
[GUIDE] - Build your own nightly Version of Ryujinx
Thanks for the guide. I am new to Ryujinx, but is there a version that runs Monster Hunter Rise: Sunbreak? I searched on reddit and github but I got lost on the part where gdkchan tried to solve the issue here. Maybe it doesn't work on Mac?
- Any way to fix this in totk, it's like this all over the depths making this part basically unplayable (MacBook Air m2, system version 16.0.0 and totk ver. 1.1.1
- Hi everyone, I’m using ryujinx for an 8gb Ram Mac with an intel iris gpu, game runs pretty smooth but this happens with the graphics on Pokémon brilliant diamond, what could be the reason and what settings can I adjust ?
What are some alternatives?
citra - A Nintendo 3DS Emulator
yuzu - Nintendo Switch emulator
BetterJoy - Allows the Nintendo Switch Pro Controller, Joycons and SNES controller to be used with CEMU, Citra, Dolphin, Yuzu and as generic XInput
xemu - Original Xbox Emulator for Windows, macOS, and Linux (Active Development)