Core features of the cocos2d-x framework
v4cocos2d-x provides a comprehensive suite of tools for 2D game development, including:
- Scene Management: Workflow and transitions between scenes.
- Graphics & Animation: Sprites, Sprite Sheets, Particle systems, and Skeleton Animations (Spine/Armature).
- Actions: Transformation (Move, Rotate, Scale, etc.), Composable (Sequence, Spawn, Repeat), and Ease actions.
- Physics: Integrated support for Box2d and Chipmunk.
- Input: Touch, Mouse, Keyboard, and Accelerometer support.
- Rendering: OpenGL ES 2.0 (mobile), OpenGL 2.1 (desktop), and Metal (macOS/iOS).