CodeAndWeb's GameDev Blog page 8/12
Packing normal maps into sprite sheets
2015-04-07
texturepacker spriteilluminator tutorial
What you are going to learn:
- Pack normal maps into sprite sheets
- Create sprite and normal map textures with identical layout
- Basic knowledge about sprite sheets
- Basic knowledge about normal maps
Creating sprite sheets for ShiVa using TexturePacker
2015-01-09
texturepacker tutorial shiva
Learn how to use Sprite Sheets with ShiVa:
- What are sprite sheets? Why should you use them?
- Creating sprite sheets with TexturePacker
- Installing and using JPSprite
- Playing animations
This blog post contains full source code available on GitHub.
Continue reading...SpriteKit TextureAtlases with Swift
2014-12-18
texturepacker spritekit
Learn how to use SpriteSheets with SpriteKit:
- Creating sprite sheets with TexturePacker
- Loading sprite sheets
- Using header files to enable compile time checks
- Play animations with a single line of code
This blog post contains full source code available on GitHub.
Continue reading...Creating spritesheets for Phaser 2 with TexturePacker
2014-12-17
texturepacker tutorial phaser
Learn how to use SpriteSheets with Phaser:
- Creating sprite sheets with TexturePacker
- Loading sprite sheets in Phaser
- Optimizing start up time and reducing download size
- Using static sprites in Phaser
- Playing animations from the sprite sheet
This blog post contains full source code available on GitHub.
Continue reading...CSS animation examples with TexturePacker
2014-11-05
texturepacker css tutorial
What you are going to learn:
- Creating a css sprite sheet
- Creating hover animations
- Playing animations from css
Optimizing sprite sheets for Unity
2014-03-28
texturepacker tutorial unity
This tutorial describes how you can use TexturePacker to create sprite sheets for Unity's 2D extension.
- Prepare your Unity project to read TexturePacker sprite sheets
- Create your sprite sheet and load it into Unity
- Handling deleted sprites in Unity
- Simplify your sprites workflow in Unity