2011年2月24日星期四

playing FarmVille…

really an interesting, and social networking game……

2011年2月23日星期三

2011年2月17日星期四

Finding the perfect setting of Box2d in my game…

after a few trail,

I try to set the render loop to 30Hz, and the physic loop to 60Hz.

also the step(1/60.0, 10,10)

this give my game a stable fps. :)

2011年2月15日星期二

Trying Box2d….

just add some object, fixtures, joints,….

need some fine-tune in performance,….!

may be the step() func need some fine-tune, need to get stable FPS.