nkast.Xna.Framework.Content.Pipeline.Graphics 4.3.9001

Prefix Reserved
dotnet add package nkast.Xna.Framework.Content.Pipeline.Graphics --version 4.3.9001
                    
NuGet\Install-Package nkast.Xna.Framework.Content.Pipeline.Graphics -Version 4.3.9001
                    
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="nkast.Xna.Framework.Content.Pipeline.Graphics" Version="4.3.9001" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="nkast.Xna.Framework.Content.Pipeline.Graphics" Version="4.3.9001" />
                    
Directory.Packages.props
<PackageReference Include="nkast.Xna.Framework.Content.Pipeline.Graphics" />
                    
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 nkast.Xna.Framework.Content.Pipeline.Graphics --version 4.3.9001
                    
#r "nuget: nkast.Xna.Framework.Content.Pipeline.Graphics, 4.3.9001"
                    
#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.
#:package nkast.Xna.Framework.Content.Pipeline.Graphics@4.3.9001
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=nkast.Xna.Framework.Content.Pipeline.Graphics&version=4.3.9001
                    
Install as a Cake Addin
#tool nuget:?package=nkast.Xna.Framework.Content.Pipeline.Graphics&version=4.3.9001
                    
Install as a Cake Tool

Xna.Framework.Content.Pipeline.Graphics

Graphics asset processing and compilation for models, textures, and effects.

Overview

The Xna.Framework.Content.Pipeline.Graphics package provides importers and processors for graphics assets. It includes:

  • Model Processing: 3D file import and model optimization
  • Texture Processing: DDS, PNG, BMP, JPEG, TGA processing with mipmap generation and format conversion
  • Font Processing: TrueType/OpenType font rasterization to texture atlases
  • Effect Compilation: HLSL effect file compilation
  • Compression: Support for GPU texture compression formats

Installation

dotnet add package nkast.Xna.Framework.Content.Pipeline.Graphics

Configuration

Add to your .mgcb project file:

#begin Models/character.fbx
/importer:FbxImporter
/processor:ModelProcessor
/processorParam:TextureFormat=NoChange
/processorParam:PremultiplyAlpha=True
/build:Models/character.fbx

#begin Textures/wall.png
/importer:TextureImporter
/processor:TextureProcessor
/processorParam:GenerateMipmaps=True
/processorParam:ColorKeyEnabled=False
/build:Textures/wall.png

#begin Fonts/Arial.spritefont
/importer:FontDescriptionImporter
/processor:FontDescriptionProcessor
/processorParam:PremultiplyAlpha=True
/build:Fonts/Arial.spritefont

#begin Effects/basic.fx
/importer:EffectImporter
/processor:EffectProcessor
/build:Effects/basic.fx

Importers

  • TextureImporter: Supports PNG, BMP, JPEG, TGA, DDS
  • EffectImporter: Builds HLSL effects to platform-specific format
  • FontDescriptionImporter: Processes system fonts
  • OpenAssetImporter: 3D models
  • FbxImporter: FBX format 3D models
  • XImporter: DirectX X format 3D models

Processors

  • TextureProcessor: Mipmap generation, format conversion, compression
  • FontDescriptionProcessor: Font atlas generation
  • FontTextureProcessor: Pre-rasterized font support
  • ModelProcessor: Material compilation, bone conversion, vertex optimization
  • EffectProcessor: Effect compilation
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-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  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 net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  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 (9)

Showing the top 5 NuGet packages that depend on nkast.Xna.Framework.Content.Pipeline.Graphics:

Package Downloads
KNI.Extended.Content.Pipeline

Content Pipeline importers and processors to make KNI more awesome.

nkast.Aether.Content.Pipeline.GraphicsImporters

Content Importers for Kni Content Pipeline

nkast.Aether.Content.Pipeline.AnimationImporters

Content Importers for Kni Content Pipeline

nkast.Aether.Content.Pipeline.RawModelProcessor

Content Importers for Kni Content Pipeline

nkast.Aether.Content.Pipeline.TilemapImporter

Content Importers for Kni Content Pipeline

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on nkast.Xna.Framework.Content.Pipeline.Graphics:

Repository Stars
MonoGame-Extended/Monogame-Extended
Extensions to make MonoGame more awesome
Version Downloads Last Updated
4.3.9001 85 8/22/2026
4.2.9001 748 11/2/2025
4.1.9001 401 4/8/2025
4.0.9001 1,520 1/14/2025
3.14.9001 331 9/23/2024
3.13.9001 291 7/24/2024
3.12.9001 720 5/12/2024
3.11.9002 368 3/9/2024
3.10.9001 363 11/30/2023
3.9.9001 397 8/9/2023