ios - How to "render" a Box2D scene on iPhone -


i'm using box2d cocos2d on iphone. have quite complex scene set up, , want end user able record video part of app. have implemented recorder using avassetwriter etc. , have managed recording frames grabbed opengl pixel data.

however, video recording seems a) slow down app bit, more importantly b) record few frames per second @ best.

this led me idea of rendering box2d scene, manually firing ticks , grabbing image every tick. however, dt issue here.

just wondering if has done this, or if has better ideas?

a solution guess use screen recorder solution screenflow or similar...


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -