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
<PackageReference Include="nkast.Xna.Framework.Content.Pipeline.Graphics" Version="4.3.9001" />
<PackageVersion Include="nkast.Xna.Framework.Content.Pipeline.Graphics" Version="4.3.9001" />
<PackageReference Include="nkast.Xna.Framework.Content.Pipeline.Graphics" />
paket add nkast.Xna.Framework.Content.Pipeline.Graphics --version 4.3.9001
#r "nuget: nkast.Xna.Framework.Content.Pipeline.Graphics, 4.3.9001"
#:package nkast.Xna.Framework.Content.Pipeline.Graphics@4.3.9001
#addin nuget:?package=nkast.Xna.Framework.Content.Pipeline.Graphics&version=4.3.9001
#tool nuget:?package=nkast.Xna.Framework.Content.Pipeline.Graphics&version=4.3.9001
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 | Versions 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. |
-
.NETFramework 4.0
- nkast.Xna.Framework (>= 4.3.9001)
- nkast.Xna.Framework.Content.Pipeline (>= 4.3.9001)
- nkast.Xna.Framework.Graphics (>= 4.3.9001)
-
.NETStandard 2.0
- Microsoft.Win32.Registry (>= 5.0.0)
- nkast.Xna.Framework (>= 4.3.9001)
- nkast.Xna.Framework.Content.Pipeline (>= 4.3.9001)
- nkast.Xna.Framework.Graphics (>= 4.3.9001)
-
net8.0
- Microsoft.Win32.Registry (>= 5.0.0)
- nkast.Xna.Framework (>= 4.3.9001)
- nkast.Xna.Framework.Content.Pipeline (>= 4.3.9001)
- nkast.Xna.Framework.Graphics (>= 4.3.9001)
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
|