TexturePacker-MonoGameLoader 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package TexturePacker-MonoGameLoader --version 1.0.0
NuGet\Install-Package TexturePacker-MonoGameLoader -Version 1.0.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="TexturePacker-MonoGameLoader" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TexturePacker-MonoGameLoader --version 1.0.0
#r "nuget: TexturePacker-MonoGameLoader, 1.0.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.
// Install TexturePacker-MonoGameLoader as a Cake Addin
#addin nuget:?package=TexturePacker-MonoGameLoader&version=1.0.0

// Install TexturePacker-MonoGameLoader as a Cake Tool
#tool nuget:?package=TexturePacker-MonoGameLoader&version=1.0.0

TexturePacker (http://www.codeandweb.com/) is a very easy to use application for creating Texture Atlases / Sprite Sheets.  The idea is that you draw the individual frames of animation for your game characters as separate image files and then drag and drop them into TexturePacker – whereupon you end up with a single image file and accompanying data file ready to load into your game.  Using a single sprite sheet is much more efficient than loading lots of individual images in game development.

Now this maybe nothing new to a lot of people, however what you might not know, is that the latest version of TexturePacker has an option for exporting the sprite sheet and data file in a format targeted at MonoGame.  The next step is to then use this Nuget package in your MonoGame app in order to use the data files created by TexturePacker to create your animations with just a few lines of code.

Tutorial...

http://randolphburt.co.uk/2014/08/08/animation-made-easy-in-monogame-with-texturepacker

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.1.0 287 8/10/2023
1.0.4 1,793 6/28/2018
1.0.3 935 6/27/2018
1.0.2 2,124 9/5/2014
1.0.1 1,348 8/8/2014
1.0.0 1,345 8/6/2014