.ATLAS File Extension

2 file types use the .atlas file extension.

Texture Atlas Skin File

Developer N/A
Popularity
2.9  |  8 Votes
 

What is an ATLAS file?

An ATLAS file is a skin configuration file used by libGDX, an open source game development framework. It is used to configure the appearance of UI elements, or widgets, in a game, such as fonts, buttons, labels, and images. ATLAS files contain the position and size of images for the UI elements, which are packed in a .PNG file to decrease game loading time.

More Information

The ATLAS file is one of 3 files that make up a texture atlas, which is used to reduce the number of separate image files used for the UI elements in the game. The following three files are required in libGDX to create a skin for UI elements in a game:

  1. PNG file - This file contains all the images used to make up the appearance of the UI elements. The images are packed in one file to reduce memory usage.
  2. ATLAS file - This file contains the properties of each image stored in the PNG file. It includes the name and size of the packed PNG file and the behavior and xy locations of each image in the packed PNG file.
  3. JSON file - This file contains information that maps the images specified in the ATLAS file to each UI element.

NOTE: The ATLAS, PNG, and .JSON files that make up a texture atlas should be located in the same folder of the game assets with the same name.

Open over 400 file formats with File Viewer Plus.Free Download

Programs that open or reference ATLAS files

Windows
Mac
Linux

Atlas Generator File

Developer N/A
Popularity
1.7  |  3 Votes
 

An ATLAS file may also be a settings file created by Phaser Editor, an IDE used to develop HTML5 games. It is used to generate a texture atlas, which is a .PNG image packed with a collection of sprites that are used for textures of objects and characters in a game. ATLAS files contain the settings for a texture atlas and the paths to each sprite to be packed in the PNG image when the game is built.

More Information

You can open and edit ATLAS files in Phaser Editor. When you are finished editing the ATLAS file, you can generate the texture atlas. The texture atlas includes a PNG image with the sprite textures and a .JSON file, which contains the placement of each sprite in the PNG file. The JSON file is referenced by the game to apply the correct textures to each character or object in the game.

Texture atlases are typically utilized to combine sprite textures for characters or objects in a game into one larger file. This feature reduces the number of separate sprite texture files. Instead of using multiple images to texture objects and characters, developers can use Phaser Editor or another framework to generate one PNG file with multiple sprites packed in it. The graphics hardware in the device running the game can treat the sprites as one unit instead of multiple units, which reduces the number of bind and draw calls and saves memory.

Texture atlases may be created by a variety of 2D game frameworks, such as Photon Storm Phaser and Apple SpriteKit. Some games that use texture atlases, include Iron Armada, Surge Breaker, Goodnight, and Protolife.

Although Phaser Editor uses ATLAS files to generate texture atlases, other frameworks, such as Photon Storm Phaser and Apple SpriteKit, do not use an ATLAS file. Instead, developers using these frameworks place sprites inside a folder with the .atlas extension and the framework generates the PNG texture atlas and JSON or .XML file when the game is built.

Programs that open or reference ATLAS files

Windows
Linux

Verified by FileInfo.com

The FileInfo.com team has independently researched all file formats and software programs listed on this page. Our goal is 100% accuracy and we only publish information about file types that we have verified.

If you would like to suggest any additions or updates to this page, please let us know.