Difference between revisions of "Using TiledLib"
(→Install TiledLib) |
(→Documentation) |
||
Line 17: | Line 17: | ||
=Documentation= | =Documentation= | ||
https://github.com/Ragath/TiledLib.Net?tab=readme-ov-file | https://github.com/Ragath/TiledLib.Net?tab=readme-ov-file | ||
+ | |||
+ | =Drawing a Map= |
Revision as of 10:44, 14 February 2024
Install TiledLib
The easiest method is to create your MonoGame project then:
- Click on project & select Nuget Package Manager
- Search online for TiledLib & Install
- In the Game1.cs of your project add:
using TiledLib;
You can also get the source code from the link below, and copy the `.cs` files into the same folder as your `Game1.cs` or in a new folder within this.
Pro's
- Last update less than a year ago
- Available as a NuGet package
- Example of how to draw
Con's
- Poor readme with little information on how to use
Documentation
https://github.com/Ragath/TiledLib.Net?tab=readme-ov-file