DaRaFF / jsTetrisGameJs

Tetris clone with HTML5 canvas / javascript - i really like Tetris :-)
http://daraff.github.com/jsTetrisGameJs/dist/
4 stars 2 forks source link

performance tuning for rendering #11

Closed DaRaFF closed 12 years ago

DaRaFF commented 12 years ago

Actually it's obvious the drawing process is not optimal on performance view. I have to research how I can improve and measure the performance.

If understood I will implement some performance imporovements.