Skip to content

Commit 8da5d7b

Browse files
authored
Merge some things from the SupportedPlatforms Wiki page (#12954)
1 parent 48b5da6 commit 8da5d7b

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

docs/README-platforms.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,38 @@
22

33
## Supported Platforms
44

5+
SDL3 has been known to work on the following platforms at some point:
6+
57
- [Android](README-android.md)
6-
- [Emscripten](README-emscripten.md)
8+
- [Emscripten](README-emscripten.md) (Web browsers)
79
- [FreeBSD](README-bsd.md)
810
- [Haiku OS](README-haiku.md)
911
- [iOS](README-ios.md)
1012
- [Linux](README-linux.md)
11-
- [macOS](README-macos.md)
13+
- [macOS](README-macos.md) (10.14 and later)
1214
- [NetBSD](README-bsd.md)
13-
- [Nintendo Switch](README-switch.md)
14-
- [Nintendo 3DS](README-n3ds.md)
15+
- [Nintendo Switch](README-switch.md) (Separate NDA-only fork)
16+
- [Nintendo 3DS](README-n3ds.md) (Homebrew)
1517
- [Nokia N-Gage](README-ngage.md)
1618
- [OpenBSD](README-bsd.md)
17-
- [PlayStation 2](README-ps2.md)
18-
- [PlayStation 4](README-ps4.md)
19-
- [PlayStation 5](README-ps5.md)
20-
- [PlayStation Portable](README-psp.md)
21-
- [PlayStation Vita](README-vita.md)
19+
- [PlayStation 2](README-ps2.md) (Homebrew)
20+
- [PlayStation 4](README-ps4.md) (Separate NDA-only fork)
21+
- [PlayStation 5](README-ps5.md) (Separate NDA-only fork)
22+
- [PlayStation Portable](README-psp.md) (Homebrew)
23+
- [PlayStation Vita](README-vita.md) (Homebrew)
24+
- QNX
2225
- [RISC OS](README-riscos.md)
2326
- [SteamOS](README-steamos.md)
2427
- [tvOS](README-ios.md)
25-
- [Windows](README-windows.md)
28+
- [visionOS](README-ios.md)
29+
- [Windows](README-windows.md) (XP and later)
2630
- [Windows GDK](README-gdk.md)
2731
- [Xbox](README-gdk.md)
2832

33+
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.
34+
35+
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.
36+
2937
## Unsupported Platforms
3038

3139
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!
@@ -35,6 +43,5 @@ All of these still work with [SDL2](/SDL2), which is an incompatible API, but an
3543
- Google Stadia
3644
- NaCL
3745
- OS/2
38-
- QNX
3946
- WinPhone
4047
- WinRT/UWP

0 commit comments

Comments
 (0)