Skip to content

Merge some things from the SupportedPlatforms Wiki page #12954

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 18 additions & 11 deletions docs/README-platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,37 @@

## Supported Platforms

SDL3 has been known to work on the following platforms at some point:

- [Android](README-android.md)
- [Emscripten](README-emscripten.md)
- [Emscripten](README-emscripten.md) (Web browsers)
- [FreeBSD](README-bsd.md)
- [Haiku OS](README-haiku.md)
- [iOS](README-ios.md)
- [Linux](README-linux.md)
- [macOS](README-macos.md)
- [macOS](README-macos.md) (10.14 and later)
- [NetBSD](README-bsd.md)
- [Nintendo Switch](README-switch.md)
- [Nintendo 3DS](README-n3ds.md)
- [Nintendo Switch](README-switch.md) (Separate NDA-only fork)
- [Nintendo 3DS](README-n3ds.md) (Homebrew)
- [OpenBSD](README-bsd.md)
- [PlayStation 2](README-ps2.md)
- [PlayStation 4](README-ps4.md)
- [PlayStation 5](README-ps5.md)
- [PlayStation Portable](README-psp.md)
- [PlayStation Vita](README-vita.md)
- [PlayStation 2](README-ps2.md) (Homebrew)
- [PlayStation 4](README-ps4.md) (Separate NDA-only fork)
- [PlayStation 5](README-ps5.md) (Separate NDA-only fork)
- [PlayStation Portable](README-psp.md) (Homebrew)
- [PlayStation Vita](README-vita.md) (Homebrew)
- QNX
- [RISC OS](README-riscos.md)
- [SteamOS](README-steamos.md)
- [tvOS](README-ios.md)
- [Windows](README-windows.md)
- [visionOS](README-ios.md)
- [Windows](README-windows.md) (XP and later)
- [Windows GDK](README-gdk.md)
- [Xbox](README-gdk.md)

Note that the SDL maintainers do not test on all these platforms; if a less-common system breaks, [please let us know](https://github.com/libsdl-org/SDL/issues/new) and send patches if you can.

If you'd like to port SDL to a new platform, feel free to get in touch! [A guide to porting SDL2](https://discourse.libsdl.org/t/port-sdl-2-0-to-bios/25453/2) was written a while ago, and most of it still applies to SDL3.

## Unsupported Platforms

If your favorite system is listed below, we aren't working on it. However, if you send reasonable patches and are willing to support the port in the long term, we are happy to take a look!
Expand All @@ -35,6 +43,5 @@ All of these still work with [SDL2](/SDL2), which is an incompatible API, but an
- NaCL
- Nokia N-Gage
- OS/2
- QNX
- WinPhone
- WinRT/UWP
Loading