Skip to content

Files

Latest commit

6e6f844 · Sep 15, 2014

History

History
24 lines (14 loc) · 551 Bytes

14.md

File metadata and controls

24 lines (14 loc) · 551 Bytes

Chapter 14: Advanced Topics

Best Practice - Optimization, memory, performance, profiling

Sound

SQLite

Subclass Cocos2d-x classes

Data structures (i.e Vector)

Custom OpenGL (what to cover here? CustomCommand?)

c++11 usage

rendering pipeline (notes about this in the wiki)

Networking with HTTP

HTTP networking has three steps

  1. Create an HttpRequest
  2. Create a setResponseCallback() callback function for replying to requests.
  3. Send HttpRequest by HttpClient