diff --git a/docs/reference/support-for-tmx-maps.rst b/docs/reference/support-for-tmx-maps.rst index a03bfe9deb..15378fc825 100644 --- a/docs/reference/support-for-tmx-maps.rst +++ b/docs/reference/support-for-tmx-maps.rst @@ -68,11 +68,14 @@ C++ C#/.NET ~~~~~~~ -- `TiledCS `__: A dotnet library for loading Tiled tilesets and maps (TMX/TSX or JSON). +- `DotTiled `__: A fast, memory-efficient, and easy to use .NET library for loading Tiled maps and tilesets with support for both TMX and JSON formats. +- `TiledLib `__: Cross-platform Tiled map parsing utilities. +- `TiledCSPlus `__: TiledCSPlus is an extended, and up to date fork of TiledCS, a .NET library for loading Tiled maps and tilesets. - `MonoGame.Extended `__ has a Tiled map loader and renderer that works with MonoGame on all platforms that support portable class libraries. - The following projects appear to be no longer maintained, but might still be useful: + `TiledCS `__, `TiledSharp `__, `NTiled `__, `tmx-mapper-pcl `__,