FNA.NET is a opinioned fork of FNA. Its goal is to bring FNA to nuget package manager. It also contains some custom modification and extensions.
| OS | Architectures | Renderer |
|---|---|---|
| Android | Arm64 | OpenGL |
| Android | Arm64 | Vulkan(Many devices) |
Notes:
- Android: It should run with OpenGL on most devices. It runs with Vulkan on many modern devices with the newer SDL_GPU.
- Android: Emulator is not supported as SDL3 GPU has no support for it.
| OS | Architectures | Renderer |
|---|---|---|
| iOS | Arm64 | OpenGL, Metal |
| macOS | Arm64, x64 | OpenGL, Metal |
| tvOS | Arm64 | OpenGL, Metal |
Notes:
- iOS/tvOS: Simulator is not supported as SDL3 GPU has no support for it.
| OS | Architectures | Renderer |
|---|---|---|
| Windows | x64 | OpenGL, D3D11, Vulkan |
| UWP(XBox) | x64 | D3D11 |
Notes:
- UWP is supported through a custom SDL3 fork as SDL3 has dropped the support of UWP platform officially.
| OS | Architectures | Renderer |
|---|---|---|
| Ubuntu | x64, arm64 | OpenGL, Vulkan |
Notes:
- Linux: Other Linux OS is not tested but it should work.