1e2b06a58b
* Slightly improved the wording on the Welcome page * Corrected some wrong HTML tags here and there * Improvements on the Bug Reports page * Added paragraph on file panels on the general GUI page * Added Filesytem Layout page * Added Boot Loader page (kernel boot options) * Added Keyboard Shortcuts page (also moved the paragraph about default command key there) * Prepared index pages for Applications, Preferences, Demos and Desktop Applets git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28389 a95241bf-73f2-0310-859d-f6bbb57e9c96
67 lines
2.6 KiB
HTML
67 lines
2.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<title>Demos</title>
|
|
<link rel="stylesheet" type="text/css" href="../welcome/welcome.css">
|
|
</head>
|
|
<body lang="en-US">
|
|
|
|
<div class="logo">
|
|
<img src="../welcome/welcome-images/logo.png" alt="logo">
|
|
<div class="title">Demos</div>
|
|
</div>
|
|
<div class="topnav">
|
|
<p>
|
|
<a href="contents.html">Contents</a>
|
|
|
|
Previous: <a href="preferences.html">Preferences</a>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="content">
|
|
|
|
<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><p><table border="0" cellpadding="0" cellspacing="5" width="100%">
|
|
<tr><td><a href="demos-bsnow.html">BSnow</a></td>
|
|
<td valign="top">Let it snow.</td></tr>
|
|
<tr><td><a href="demos-chart.html">Chart</a></td>
|
|
<td valign="top">Moving through stars and galaxies.</td></tr>
|
|
<tr><td><a href="demos-clock.html">Clock</a></td>
|
|
<td valign="top">An analog clock.</td></tr>
|
|
<tr><td><a href="demos-cortex.html">Cortex</a></td>
|
|
<td valign="top">See the media_server in action.</td></tr>
|
|
<tr><td><a href="demos-fontdemo.html">FontDemo</a></td>
|
|
<td valign="top">A slideshow through all your fonts.</td></tr>
|
|
<tr><td><a href="demos-gldirectmode.html">GLDirectMode</a></td>
|
|
<td valign="top">A demonstration of OpenGL.</td></tr>
|
|
<tr><td><a href="demos-glteapot.html">GLTeapot</a></td>
|
|
<td valign="top">The rotating OpenGL rendered teapot.</td></tr>
|
|
<tr><td><a href="demos-gradients.html">Gradients</a></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 valign="top">Computing fractals.</td></tr>
|
|
<tr><td><a href="demos-pairs.html">Pairs</a></td>
|
|
<td valign="top">A game to find pairs of matching icons.</td></tr>
|
|
<tr><td><a href="demos-playground.html">Playground</b></td>
|
|
<td valign="top">Test the drawing <acronym title="Application Programming Interface">API</acronym> .</td></tr>
|
|
<tr><td><a href="demos-pulse.html">Pulse</b></td>
|
|
<td valign="top">See your CPU's workload.</td></tr>
|
|
<tr><td><a href="demos-sudoku.html">Sudoku</b></td>
|
|
<td valign="top">This century's "Solitair".</td></tr>
|
|
</table>
|
|
</p>
|
|
|
|
</div>
|
|
<!----
|
|
<div class="bottomnav">
|
|
<p>
|
|
<a href="contents.html">Contents</a>
|
|
|
|
Previous: <a href="preferences.html>Preferences</a>
|
|
</p>
|
|
</div>
|
|
---->
|
|
</body>
|
|
</html>
|