Skip to content

FNA-NET/FNA

 
 

Repository files navigation

FNA.NET

Nuget

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.

Supported Platforms

Android

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.

Apple

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.

Windows

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.

Linux

OS Architectures Renderer
Ubuntu x64, arm64 OpenGL, Vulkan

Notes:

  • Linux: Other Linux OS is not tested but it should work.

FNA Documentation

https://fna-xna.github.io/docs/

Packages

No packages published

Languages

  • C# 96.4%
  • HLSL 2.8%
  • Makefile 0.8%