atlantinator

Crates.ioatlantinator
lib.rsatlantinator
version0.1.1
sourcesrc
created_at2023-01-22 15:25:03.677886
updated_at2023-01-27 18:09:26.409251
descriptionA tool to generate a texture-atlas form a folder of images.
homepagehttps://github.com/TillWege/Atlantinator
repositoryhttps://github.com/TillWege/Atlantinator
max_upload_size
id765207
size21,090
(TillWege)

documentation

README

Atlantinator

A tool for combining a set of images into a single texture-atlas.

How to install

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

How to use

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.

Current limitations

Atlantinator is currently limited in the following regards:

  • Only works on PNG-files
  • Only works if all images are the same dimensions
  • Always saves the output as atlas.png in the current working directory
Commit count: 11

cargo fmt