Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Move TiledCSPlus to list of unmaintained C#/.NET libraries #4048

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/support-for-tmx-maps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ C#/.NET

- `DotTiled <https://github.com/dcronqvist/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 <https://github.com/Ragath/TiledLib.Net>`__: Cross-platform Tiled map parsing utilities.
- `TiledCSPlus <https://github.com/krnlexception/TiledCSPlus>`__: TiledCSPlus is an extended, and up to date fork of TiledCS, a .NET library for loading Tiled maps and tilesets.
- `MonoGame.Extended <https://github.com/craftworkgames/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 <https://github.com/TheBoneJarmer/TiledCS>`__,
`TiledCSPlus <https://github.com/krnlexception/TiledCSPlus>`__,
`TiledSharp <https://github.com/marshallward/TiledSharp>`__,
`NTiled <https://github.com/patriksvensson/ntiled>`__,
`tmx-mapper-pcl <https://github.com/aalmik/tmx-mapper-pcl>`__,
Expand Down