Skip to content
Jeffrey Carpenter edited this page Feb 12, 2023 · 1 revision

TexturePacker Plugin

nomlib provides a custom sprite sheet exporter that TexturePacker can use to then automate the process of generating a sprite sheet -- an image file that has an accompanying metadata file in describing its individual frames, or coordinates for use with tiling, animation and even fonts. This data can be taken and used with the convenience nom::SpriteSheet abstract class. See also: nom::Action::SpriteBatch.

Reference Documents

  1. TexturePacker export plugin