FNA.NET 2.0.1.2506

dotnet add package FNA.NET --version 2.0.1.2506
                    
NuGet\Install-Package FNA.NET -Version 2.0.1.2506
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FNA.NET" Version="2.0.1.2506" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FNA.NET" Version="2.0.1.2506" />
                    
Directory.Packages.props
<PackageReference Include="FNA.NET" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FNA.NET --version 2.0.1.2506
                    
#r "nuget: FNA.NET, 2.0.1.2506"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=FNA.NET&version=2.0.1.2506
                    
Install as a Cake Addin
#tool nuget:?package=FNA.NET&version=2.0.1.2506
                    
Install as a Cake Tool

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(some devices)

Notes:

  • Android: It should run with OpenGL on most devices. It runs with Vulkan on few modern devices since it has driver issues.
  • 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, D3D12, Vulkan
UWP(XBox) x64 OpenGL, D3D11

Notes:

  • There's a seperate package FNA.NET.UWP for UWP.
  • UWP is supported through SDL2 and old version fna binaries only! SDL3 has dropped the support of UWP platform.

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/

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-android34.0 is compatible.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-ios18.0 is compatible.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-tvos18.0 is compatible.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on FNA.NET:

Package Downloads
Physics2D

Physics2D is 2D physics engine for FNA.NET only. It is based on the VelcroPhysics project, which is Farseer Physics formerly.

FNA.NET.Shapes

Shape rendering in FNA.NET.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on FNA.NET:

Repository Stars
sinshu/meltysynth
A SoundFont MIDI synthesizer for .NET
Version Downloads Last Updated
2.0.1.2506 191 6/19/2025
2.0.0.2506 139 6/17/2025
1.0.15.2403 425 7/12/2024
1.0.0.77-develop 590 6/27/2022