| Crates.io | atlantinator |
| lib.rs | atlantinator |
| version | 0.1.1 |
| created_at | 2023-01-22 15:25:03.677886+00 |
| updated_at | 2023-01-27 18:09:26.409251+00 |
| description | A tool to generate a texture-atlas form a folder of images. |
| homepage | https://github.com/TillWege/Atlantinator |
| repository | https://github.com/TillWege/Atlantinator |
| max_upload_size | |
| id | 765207 |
| size | 21,090 |
A tool for combining a set of images into a single texture-atlas.
With rust and cargo installed, you can install Atlantinator by running
cargo install atlantinator
Alternatively you can install the current head of this repository with
cargo install --git https://github.com/TillWege/Atlantinator.git
After that you should be able to use it where ever, simply by running atlantinator in your terminal of choice
Run atlantinator in a folder with the set of images you want to combine into a single texture-atlas. It will create an atlas.png file with all of the images stitched together into one.
Atlantinator is currently limited in the following regards: