MonoGo.Tiled 1.4.0

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

Banner

Welcome to MonoGo!

Version NuGet Docs

A cross-platform C# 2D game engine built on top of MonoGame.

Setup

Automatic

The easiest and recommended way to start using the engine is by installing the Visual Studio templates:

  • dotnet new install MonoGo.Templates

Manual

You can also add the packages manually:

  • dotnet add package MonoGo.Engine
  • dotnet add package MonoGo.Engine.DesktopGL or dotnet add package MonoGo.Engine.WindowsDX

Modules

Install optional modules depending on your project needs:


AI & Agent Support (AGENTS.md)

If you are using AI coding assistants (like Cursor, GitHub Copilot, or CLI agents) to work with or contribute to MonoGo, please point them to the AGENTS.md file located in the root directory. This file contains crucial architectural rules, code style guidelines, and mandatory reference implementations specifically tailored for LLMs to ensure they write idiomatic MonoGo engine code.


Features

  • Graphics pipeline and automated batch/vertex buffer management.
  • Easy sprite sheet animations.
  • Texture packing.
  • Sprite groups and dynamic graphics loading.
  • Input management with GamePad support.
  • Timers, alarms, cameras, and state machines.
  • Coroutines.
  • Hybrid Entity-Component (EC) architecture.
  • Scene system with layers.
  • GameDev-focused math library.
  • Lightweight collision detection.
  • Integrated post-processing management (includes Bloom & Color Grading effects).
  • Powerful particle effect system.
  • Extensive GUI system.
  • Enhanced content management.
  • FMOD audio support (as a standalone library).

Sample Project

The included sample project contains many more demos, but here are a few impressions to get you started:

Color Picker Tiled PostFX

Credits

For license information please take a look at the License.txt file.

Now Have Fun with MonoGo!

Banner

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

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.4.0 79 3/5/2026
1.3.7 285 12/18/2025
1.3.6 281 12/18/2025
1.3.5 276 12/18/2025
1.3.2 436 12/10/2025
1.2.5 283 11/13/2025
1.2.4 441 7/25/2025
1.2.3 250 4/29/2025
1.2.2 221 4/28/2025
1.2.1 236 4/15/2025
1.2.0 257 4/14/2025
1.1.6 202 4/1/2025
1.1.5 212 4/1/2025
1.1.4 202 3/31/2025
1.1.3 151 1/28/2025
1.1.2 172 10/28/2024
Loading failed