MonoGame.Framework.Content.Pipeline 3.8.3

dotnet add package MonoGame.Framework.Content.Pipeline --version 3.8.3
                    
NuGet\Install-Package MonoGame.Framework.Content.Pipeline -Version 3.8.3
                    
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="MonoGame.Framework.Content.Pipeline" Version="3.8.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MonoGame.Framework.Content.Pipeline" Version="3.8.3" />
                    
Directory.Packages.props
<PackageReference Include="MonoGame.Framework.Content.Pipeline" />
                    
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 MonoGame.Framework.Content.Pipeline --version 3.8.3
                    
#r "nuget: MonoGame.Framework.Content.Pipeline, 3.8.3"
                    
#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=MonoGame.Framework.Content.Pipeline&version=3.8.3
                    
Install MonoGame.Framework.Content.Pipeline as a Cake Addin
#tool nuget:?package=MonoGame.Framework.Content.Pipeline&version=3.8.3
                    
Install MonoGame.Framework.Content.Pipeline as a Cake Tool

<div align="center"> <a href="https://monogame.net/"> <img height="128" alt="MonoGame" src="https://raw.githubusercontent.com/MonoGame/MonoGame.Logo/refs/heads/master/FullColorOnLight/LogoOnly_128px.png"> </a> <h1>MonoGame</h1>

Join the chat at https://discord.gg/monogame GitHub Actions Workflow Status Donate

One framework for creating powerful cross-platfrom games

Supported PlatformsResourcesSamplesSupport and ContributionsSource CodeHelpful LinksLicense </div>

MonoGame Content Pipeline Package

This package contains the core "Content Pipeline" project used to load assets through the MonoGame Content Pipeline, it provides references to all the required dependencies needed to read and process the myriad of asset types supported by MonoGame, including but not limited to:

  • Textures - png, jpg, dds, ...
  • Audio - mp3, ogg, ...
  • Videos - mp4, ...

For more details, view the documentation page for the MonoGame Content Pipeline

MonoGame Overview

MonoGame is a simple and powerful .NET framework for creating games for desktop PCs, video game consoles, and mobile devices using the C# programming language.

It is an open-source re-implementation of the discontinued Microsoft's XNA Framework.

Supported Platforms

We support a growing list of platforms across the desktop, mobile, and console space. If there is a platform we don't support, please make a request or come help us add it.

  • Desktop PCs
    • Windows 8.1 and up (OpenGL & DirectX)
    • Linux (OpenGL)
    • macOS 10.15 and up (OpenGL)
  • Mobile/Tablet Devices
    • Android 6.0 and up (OpenGL)
    • iPhone/iPad 10.0 and up (OpenGL)
  • Consoles (for registered developers)
    • PlayStation 4
    • PlayStation 5
    • Xbox One (XDK only) (GDK coming soon)
    • Nintendo Switch

Resources

Samples

Check out the awesome game samples maintained by the MonoGame team:

Platformer 2D Sample NeonShooter
Supported on all platforms Supported on all platforms
Platformer 2D Sample NeonShooter Sample
The Platformer 2D sample is a basic 2D platformer pulled from the original XNA samples and upgraded for MonoGame. Neon Shooter Is a graphically intensive twin-stick shooter with particle effects and save data from Michael Hoffman
Auto Pong Sample Ship Game 3D
Supported on all platforms GL / DX / iOS / Android
Auto Pong Sample ShipGame 3D Sample
A short sample project showing you how to make the classic game of pong, with generated soundfx, in 300 lines of code. 3D Ship Game (Descent clone) sample, pulled from the XNA archives and updated for MonoGame

Support and Contributions

If you think you have found a bug or have a feature request, use our issue tracker. Before opening a new issue, please search to see if your problem has already been reported. Try to be as detailed as possible in your issue reports.

If you need help using MonoGame or have other questions we suggest you post on GitHub discussions page or Discord server. Please do not use the issue tracker for personal support requests.

If you are interested in contributing fixes or features to MonoGame, please read our contributors guide first.

Subscription

If you'd like to help the project by supporting us financially, consider supporting us via a subscription for the price of a monthly coffee.

Money goes towards hosting, new hardware and if enough people subscribe a dedicated developer.

There are several options on our Donation Page.

Source Code

The full source code is available here from GitHub:

  • Clone the source: git clone https://github.com/MonoGame/MonoGame.git
  • Set up the submodules: git submodule update --init
  • Open the solution for your target platform to build the game framework.
  • Open the Tools solution for your development platform to build the pipeline and content tools.

For the prerequisites for building from source, please look at the Requirements file.

A high level breakdown of the components of the framework:

License

The MonoGame project is under the Microsoft Public License except for a few portions of the code. See the LICENSE.txt file for more details. Third-party libraries used by MonoGame are under their own licenses. Please refer to those libraries for details on the license they use.

Product Compatible and additional computed target framework versions.
.NET 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on MonoGame.Framework.Content.Pipeline:

Package Downloads
StinkyEngine

StinkyEngine is a semi-lowend game engine with a powerful entity/UI hybrid ECS. It offers fast and easy creation of custom entities in just seconds.

LDtkMonogame.ContentPipeline

LDtk contentpipeline extension for importing .ldtk and .ldtkl files

BadEcho.Game.Pipeline

Provides extensions to MonoGame's content pipeline.

MonoGame.Reload

Hot-reloading for MonoGame

MonoGame.RuntimeBuilder

MonoGame RuntimeBuilder builds your raw content asynchronously to the .XNB format during runtime.

GitHub repositories (10)

Showing the top 10 popular GitHub repositories that depend on MonoGame.Framework.Content.Pipeline:

Repository Stars
craftworkgames/MonoGame.Extended
Extensions to make MonoGame more awesome
Genbox/VelcroPhysics
High performance 2D collision detection system with realistic physics responses.
MonoGame/MonoGame.Samples
A few cross-platform game samples using MonoGame.
Meowmaritus/DSAnimStudio
Direct3D-Accelerated Dark Souls TAE Editor
Martenfur/Monofoxe
Foxes made Monogame easy.
ihm-tswow/Links-Awakening-DX-HD
Unaffiliated fork off https://linksawakeningdxhd.itch.io/links-awakening-dx-hd
openrails/openrails
Open Rails: free train simulator that supports the world's largest range of digital content.
Martenfur/Nopipeline
A Monogame Content Pipeline enhancer.
AristurtleDev/monogame-aseprite
A Cross Platform C# Library That Adds Support For Aseprite Files in MonoGame Projects.
roy-t/MiniRTS
A game engine to learn about game engine development
Version Downloads Last updated
3.8.3 410 18 days ago
3.8.2.1105 20,500 8 months ago
3.8.1.303 78,245 7/26/2022
3.8.0.1641 44,512 8/10/2020
3.8.0.1375-develop 1,145 5/27/2020