Added Pixi Render.

Added performance counters.
This commit is contained in:
Gunther Brunner
2014-02-27 21:01:56 +09:00
parent c021b3d153
commit 999e5113bf
3 changed files with 66 additions and 12 deletions

View File

@@ -7,12 +7,20 @@
<h2>Fast Image Render Test</h2>
<h3>Frame number</h3>
<div id="frame-number"></div>
<dl>
<dt>Frame number</dt>
<dd id="frame-number"></dd>
</dl>
<dl>
<dt>Total Time</dt>
<dd id="total-time"></dd>
</dl>
<canvas width="643px" height="1149px"></canvas>
<!--<canvas width="642px" height="1146px"></canvas>-->
<script src="http://cdnjs.cloudflare.com/ajax/libs/pixi.js/1.5.1/pixi.dev.js"></script>
<script src="../index.js"></script>
<script src="performance_test.js"></script>
</body>