4 Copyright (c) 2013 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file.
11 <title>The Game of Life
</title>
13 <link rel=
"stylesheet" href=
"//fonts.googleapis.com/css?family=Open+Sans:300,700">
14 <link href=
"/static/css/out/site.css" rel=
"stylesheet">
16 <script type=
"text/javascript" src=
"example.js"></script>
23 <h1>The Game of Life
</h1>
31 href=
"http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life"
32 target=
"_blank">Conway's Game of Life
</a>.
35 Note: the C++ source code of this demo is available in the Native Client SDK (
<tt>examples/demo/life
</tt>).
38 FPS:
<span id=
"fps">0</span>
42 <div class=
"Demo-body">
43 <div id=
"listener" class=
"Demo-content"></div>
46 <div id=
"loading-cover">
48 <div id=
"statusField"></div>
49 <div id=
"progress" class=
"progress progress-striped active">
50 <div id=
"progress-bar" class=
"progress-bar" role=
"progressbar" aria-valuenow=
"0" aria-valuemin=
"0" aria-valuemax=
"100" style=
"width: 0%">