ee7dedc859
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35067 a95241bf-73f2-0310-859d-f6bbb57e9c96
91 lines
3.9 KiB
HTML
91 lines
3.9 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "../../html-dtd/xhtml1-strict.dtd">
|
||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
|
||
<head>
|
||
<!--
|
||
*
|
||
* Copyright 2008, Haiku. All rights reserved.
|
||
* Distributed under the terms of the MIT License.
|
||
*
|
||
* Authors:
|
||
* Humdinger <humdingerb@gmail.com>
|
||
*
|
||
-->
|
||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||
<meta name="robots" content="all" />
|
||
<title>Demos</title>
|
||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||
</head>
|
||
<body>
|
||
|
||
<div id="banner">
|
||
<div><span>User guide</span></div>
|
||
</div>
|
||
|
||
<div class="nav">
|
||
<div class="inner">
|
||
<ul class="lang-menu">
|
||
<li class="now"><img src="../../images/flags/sv_SE.png" alt="" /> Svensk</li>
|
||
<li><a href="../fr/demos.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||
<li><a href="../de/demos.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||
<li><a href="../it/demos.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||
<li><a href="../ru/demos.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||
<li><a href="../es/demos.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||
<li><a href="../jp/demos.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||
<li><a href="../en/demos.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||
</ul>
|
||
<span>
|
||
<a href="contents.html" class="uplink">Contents</a>
|
||
:: <a href="preferences.html">Preferences</a> »
|
||
</span></div>
|
||
</div>
|
||
|
||
<div id="content">
|
||
<div>
|
||
|
||
<h1>Demos</h1>
|
||
|
||
<p>There are some nice little games and demo applications for your entertainment. Most of the demos are targeted to developers who are interested in learning from the code, which is of course open source as is everything Haiku.</p>
|
||
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
|
||
<tr><td><a href="demos-bsnow.html">BSnow</a></td><td style="width:10px;"> </td>
|
||
<td valign="top">Let it snow.</td></tr>
|
||
<tr><td><a href="demos-chart.html">Chart</a></td><td> </td>
|
||
<td valign="top">Moving through stars and galaxies.</td></tr>
|
||
<tr><td><a href="demos-clock.html">Clock</a></td><td> </td>
|
||
<td valign="top">An analog clock.</td></tr>
|
||
<tr><td><a href="demos-cortex.html">Cortex</a></td><td> </td>
|
||
<td valign="top">See the media_server in action.</td></tr>
|
||
<tr><td><a href="demos-fontdemo.html">FontDemo</a></td><td> </td>
|
||
<td valign="top">A slideshow through all your fonts.</td></tr>
|
||
<tr><td><a href="demos-gldirectmode.html">GLDirectMode</a></td><td> </td>
|
||
<td valign="top">A demonstration of OpenGL.</td></tr>
|
||
<tr><td><a href="demos-glteapot.html">GLTeapot</a></td><td> </td>
|
||
<td valign="top">The rotating OpenGL rendered teapot.</td></tr>
|
||
<tr><td><a href="demos-gradients.html">Gradients</a></td><td> </td>
|
||
<td valign="top">A demonstration of the gradient <acronym title="Application Programming Interface">API</acronym> .</td></tr>
|
||
<tr><td><a href="demos-mandelbrot.html">Mandelbrot</a></td><td> </td>
|
||
<td valign="top">Computing fractals.</td></tr>
|
||
<tr><td><a href="demos-pairs.html">Pairs</a></td><td> </td>
|
||
<td valign="top">A game to find pairs of matching icons.</td></tr>
|
||
<tr><td><a href="demos-playground.html">Playground</a></td><td> </td>
|
||
<td valign="top">Test the drawing <acronym title="Application Programming Interface">API</acronym> .</td></tr>
|
||
<tr><td><a href="demos-pulse.html">Pulse</a></td><td> </td>
|
||
<td valign="top">See your CPU's workload.</td></tr>
|
||
<tr><td><a href="demos-sudoku.html">Sudoku</a></td><td> </td>
|
||
<td valign="top">This century's "Solitair".</td></tr>
|
||
</table>
|
||
|
||
</div>
|
||
</div>
|
||
<!--
|
||
<div class="nav">
|
||
<div class="inner"><span>
|
||
<a href="contents.html" class="uplink">Contents</a>
|
||
:: <a href="preferences.html">Preferences</a> »
|
||
</span></div>
|
||
</div>
|
||
-->
|
||
</body>
|
||
</html>
|