| OLD | NEW |
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 3 <html> | 3 <html> |
| 4 <!-- | 4 <!-- |
| 5 Copyright (c) 2011 The Native Client Authors. All rights reserved. | 5 Copyright (c) 2011 The Native Client Authors. All rights reserved. |
| 6 Use of this source code is governed by a BSD-style license that can be | 6 Use of this source code is governed by a BSD-style license that can be |
| 7 found in the LICENSE file. | 7 found in the LICENSE file. |
| 8 --> | 8 --> |
| 9 <head> | 9 <head> |
| 10 <title>XaoS NativeClient Demo</title> | 10 <title>XaoS NativeClient Demo</title> |
| 11 </head> | 11 </head> |
| 12 <body> | 12 <body> |
| 13 <h1>Xaos NativeClient Demo</h1> | 13 <h1>Xaos NativeClient Demo</h1> |
| 14 | 14 |
| 15 <!-- Note xaos seems to have problems with larger dimension --> | 15 <!-- Note xaos seems to have problems with larger dimension --> |
| 16 <embed | 16 <embed |
| 17 width=640 | 17 width=640 |
| 18 height=480 | 18 height=480 |
| 19 src="xaos.nmf" | 19 src="xaos.nmf" |
| 20 type="application/x-nacl" /> | 20 type="application/x-nacl" /> |
| 21 | 21 |
| 22 <p> | 22 <p> |
| 23 This is fairly rough port of Xaos - only mouse events are supported. | 23 This is fairly rough port of Xaos - only mouse events are supported. |
| 24 <br /> | 24 <br /> |
| 25 Left button zooms in, right button zooms out. | 25 Left button zooms in, right button zooms out. |
| 26 There is also a mostly working menu which appear when the mouse | |
| 27 cursor touches the top end of the screen. | |
| 28 </p> | 26 </p> |
| 29 <p> | 27 <p> |
| 30 XaoS is a GPL'ed open source project: | 28 XaoS is a GPL'ed open source project: |
| 31 <a href="http://wmi.math.u-szeged.hu/xaos/doku.php?id=documentation:manual:g
pl"> license</a>, | 29 <a href="http://matek.hu/xaos/doku.php?id=documentation:manual:gpl"> license
</a>, |
| 32 <a href="http://wmi.math.u-szeged.hu/xaos/doku.php?id=downloads:main"> | 30 <a href="http://matek.hu/xaos/doku.php?id=downloads:main"> |
| 33 source</a>. | 31 source</a>. |
| 34 </p> | 32 </p> |
| 35 The patches used to create this demo can be found | 33 The patches used to create this demo can be found |
| 36 <a href="http://code.google.com/p/naclports/source/browse/trunk/src/ports/xa
os/"> | 34 <a href="https://chromium.googlesource.com/external/naclports/+/master/ports
/xaos"> |
| 37 here</a>. | 35 here</a>. |
| 38 </body> | 36 </body> |
| 39 </HTML> | 37 </HTML> |
| OLD | NEW |