blob: d20182dbaac7526336a0aa41b2803394c3a507e1 [file] [log] [blame]
<!DOCTYPE html>
<html>
<!--
Copyright 2013 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<head>
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
<title>{{title}}</title>
<script type="text/javascript" src="common.js"></script>
</head>
<body data-width="800" data-height="800" {{attrs}}>
<h1>{{title}}</h1>
<h2>Status: <code id="statusField">NO-STATUS</code></h2>
<p> Simulates the swarming and avoiding flight behavior of a flock of
geese. This demo using the ppapi_simple library to automatically handle
creation and maintainence of the 2D graphics context, providing a pointer
and stride for a 32 bit (RGBA/ARGB) area in which the example draws
every frame.
</p>
<!-- The NaCl plugin will be embedded inside the element with id "listener".
See common.js.-->
<div id="listener"></div>
</body>
</html>