Monogame Aseprite Save

A Cross Platform C# Library That Adds Support For Aseprite Files in MonoGame Projects.

Project README

MonoGame.Aseprite Logo
A Cross Platform C# Library That Adds Support For Aseprite Files in MonoGame Projects.

build-and-test NuGet 6.0.3 License: MIT Twitter

Monogame.Aseprite is a free and open source library for the MonoGame Framework that assists in importing Aseprite files into your game project. No need to export a spritesheet from Aseprite and have to deal with a PNG + JSON import. With MonoGame.Aseprite, you can use the Aseprite file directly.

Features

  • MonoGame.Aseprite internally uses AsepriteDotNet to read and parse the aseprite files. This means you get all the features of AsepriteDotNet including
    • Supports Aseprite files using RGBA, Grayscale, and Indexed color modes.
    • Supports all Aseprite layer blend modes.
    • Supports Aseprite tilesets, tilemap layers, and tilemap cels.
  • Provides processors to convert the Aseprite data into common formats including:
    • Sprite
    • SpriteSheet
    • TextureAtlas
    • Tileset
    • Tilemap
    • AnimatedTilemap

Installation

Install via NuGet

dotnet add package MonoGame.Aseprite --version 6.0.3

Usage

Please refer to the Examples directory for samples of how to use this library. Each example is thoroughly commented with information to show you how to load the Aseprite file and use it within Monogame.

What Next?

Games Made With MonoGame.Aseprite

The following are games that have been made using MonoGame.Aseprite as part of the content workflow in MonoGame

Game Developer Links

Superstar Strategy

Unnamed

Support

If you would like to support this project in any way, there are quite a few ways to do this no matter who you are.

If you would prefer to send me a tip/donation, you can do so at my Ko-fi page. This is always appreciated and all donations go towards funding projects of mine such as this one.

You can also support me through GitHub Sponsors. This and the Ko-Fi links can both be found in the sidebar to the right on this repository page.

The following is a list of amazing people that have donated to sponsor this project. If you have donated but weren't added to the list, please get in contact with me.


License

MonoGame.Aseprite is licensed under the MIT License. Please refer to the LICENSE file for full license text.

Contributors

Made with contrib.rocks.

Open Source Agenda is not affiliated with "Monogame Aseprite" Project. README Source: AristurtleDev/monogame-aseprite

Open Source Agenda Badge

Open Source Agenda Rating