8 votes
ATLAS File - What is an .atlas file and how do I open it?
Learn about .ATLAS files and view a list of programs that open them.
Languages
Overview
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: 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. 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. 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.
Document Icon
Breadcrumbs
Previous / Next
In-Depth
.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:
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
Sort
Pricing
Program Name
Platform
Reset
X
Windows
libGDX
Free
Any text editor
Mac
libGDX
Free
Any text editor
Linux
libGDX
Free
Any text editor
Category: Developer Files
Updated: January 31, 2019
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
Sort
Pricing
Program Name
Platform
Reset
X
Windows
Phaser Editor
Free
Any text editor
Mac
Phaser Editor
Free
Any text editor
Linux
Phaser Editor
Free
Any text editor
Category: Game Files
Updated: January 30, 2019