Skip to content

This project is an attempt to implement SpriteKit's SKTextureAtlas from an outside point of view.

Notifications You must be signed in to change notification settings

bennyk/MyTextureAtlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MyTextureAtlas

This project parses Apple's internal atlasc package to produce a texture atlas with per image texture mapping. Interface is similar to Apple's SKTextureAtlas.

Additionaly you can init MyTextureAtlas using the initWithFile passing the argument to the packaged plist file. Be forewarned that atlasc format is internal and may subject to change in between iOS releases. Use the defacto SDK's implementation whenever possible unless you came up with some weird requirements like in my case. At present this project has been checked against iOS7.

The Xcode's project contains an animation example based on the art assets produced by TexturePacker as in the following link: -

http://www.codeandweb.com/blog/2013/09/23/spritekit-animations-and-textureatlasses

Finally support Texturepacker for superior texture packing software.

About

This project is an attempt to implement SpriteKit's SKTextureAtlas from an outside point of view.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published