Hi delgado
As I wote in e-book description:
[quote:3evqemuw]In this e-book I write about the most effective optimization tricks I've implemented in my recent game Zombie Annihilation. After implementing all those improvements some parts of my game recieved even 400% optimization boost. After all my overall app performance at least doubled.
So yes this ebook is based on my experience. Zombie Annihilation works now 55-60 FPS most of the gameplay time. Before implementing those optimization tricks it was about half that.
Please also note that it is built using Intel XDK with Crosswalk 15, CLI 5.1.1 (so it is not the new build system yet).
Let me show some test results (this is a content from the ebook) about collision optimization.
Before optimization
After optimization
This is the part where I actually got a 400% optimization boost. From ~40 000 collision checks/s to ~10 000 collision checks/s.