List of free Cocos2d-x tutorials
The list covers tutorials about cocos2d-x: Sprites, animations, pivot points, and sprite sheets. It also covers game physics and light effects using shaders
How to use physics with cocos2d-x
In this tutorial you are going to learn:
- How physics enabled games work in cocos2d-x
- How to create physics collision shapes for cocos2d-x
- How to load the shapes in your game
- How to set up a simple scene with dropping objects
Tutorial: Using sprite sheet animations in cocos2d-x V3
In this tutorial you are going to learn:
- Why you should use sprite sheets
- Designing and running your game on different devices and screen sizes
- Creating optimized sprite sheets
- Creating animations
- Playing character animations
Performance optimization for cocos2d-x using polygon sprite meshes
Learn how to increase the performance of your cocos2d-x game.
Continue reading...cocos2d-x dynamic light tutorial
What you are going to learn:
- Create your normal maps + sprite sheets using SpriteIlluminator and TexturePacker.
- Load animation frames from a sprite sheet
- Load a normal map sprite sheet and add a light effect to your animation