Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 1.46 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.46 KB

DISCONTINUED This took me a while to think about, and I've decided to discontinue TiledCSPlus. It's main purpose was to serve me as a up to date and working version of TiledCS when no other up to date Tiled library for C# existed when I was writing my engine. Nowadays I don't work on the engine, and there are much better libraries, eg. DotTiled which is better in basically every way than I could do with this code, so this library has served it's purpose.

TiledCSPlus

TiledCSPlus is an extended, and up to date fork of TiledCS, a .NET library for loading Tiled maps and tilesets.

Installation

NuGet

You can download the package from NuGet here: https://www.nuget.org/packages/TiledCSPlus/

DLL library

Add TiledCSPlus.dll as a dependency in your project.

Documentation

Full API reference is available at https://nolemretawxd.github.io/TiledCSPlus. For examples, see TiledCSPlus.Example project.

Supported versions

TiledCSPlus supports versions 1.8, 1.9 and 1.10. Older versions might work, but because they're old, I won't be supporting them. For older releases, see original TiledCS.

License

TiledCSPlus is licensed under MIT license. TiledCS, the original project, was created by Ruben Labruyere, and it was licensed under MIT license.