SkillAgentSearch skills...

Atlas

A small utility for generating a texture atlas

Install / Use

/learn @rxi/Atlas
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

atlas

A small utility for generating a texture atlas from all the images and truetype fonts in a directory.

Basic usage

atlas assetdir

This will pack the images and fonts from assetdir and create the file out.png. out.txt will also be created, containing a list of all the packed images and their locations.

The -f argument can be used to specify a custom line format for the text file, for example, the following might be used for XML:

atlas -f "<image name='%s' x='%d' y='%d' width='%d' height='%d'/>" assetdir

Run atlas --help for a list of all possible arguments.

License

This project is free software; you can redistribute it and/or modify it under the terms of the MIT license. See LICENSE for details.

The project uses several of the stb libraries which are in the public domain.

View on GitHub
GitHub Stars47
CategoryDevelopment
Updated1mo ago
Forks3

Languages

C

Security Score

90/100

Audited on Feb 12, 2026

No findings