Commit Graph

7 Commits

Author SHA1 Message Date
Simo Kinnunen
8b13a1c945 Fix various JSHint warnings in client-side code. 2014-03-26 16:06:49 +09:00
Gunther Brunner
defda72fc1 - Introducing requestAnimationFrame 2014-03-07 19:11:04 +09:00
Gunther Brunner
d381d90446 - Added benchmark comparing JPEG, PNG, WEBP, DDS DXT1, and CRN DXT1 formats.
- Pixi Canvas and WebGL render was added for quick benchmarking but it's going away soon, because WebGL is even slower than Canvas for big textures. The browsers nowadays use OpenGL in the backend for rendering Canvas.
- There is 3 different WebGL Renders but they need adjusting so they work with Non Power Of Two textures.
- For now the winner is JPEG+Canvas, however CRN+WebGL will be better almost for sure if server side supports it.
2014-02-28 16:41:49 +09:00
Gunther Brunner
999e5113bf Added Pixi Render.
Added performance counters.
2014-02-27 21:01:56 +09:00
Gunther Brunner
f9af24e6bc Making render resize. 2014-02-27 18:50:17 +09:00
Gunther Brunner
13361c5264 Add image loader 2014-02-24 19:44:50 +09:00
Gunther Brunner
9eb5c74639 Add performance test for Canvas Render. 2014-02-21 19:28:45 +09:00