List of things left to do to get Emscripten working 100%. Living document.

This commit is contained in:
James Gregory 2013-04-08 21:09:21 -07:00
parent 19f6c7978b
commit e4ebc5e65d
1 changed files with 9 additions and 0 deletions

9
Emscripten.TODO Normal file
View File

@ -0,0 +1,9 @@
# Need to switch to server-side buffers in
- cocos2dx/draw_nodes/CCDrawNode.cpp
- cocos2dx/draw_nodes/CCDrawingPrimitives
- cocos2dx/particle_nodes/CCParticleSystemQuad.cpp
- cocos2dx/textures/CCTextureAtlas.cpp
# Need to figure out how to get correct screen resolutions consistently.
# Need to compile with -O2 -- possible -s VERBOSE=1 will give a clue?