mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
70328d585f
* web/index.html: Make OpeneHand link
104 lines
3.5 KiB
HTML
104 lines
3.5 KiB
HTML
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta name="VERSION" content="$Id$" />
|
|
<meta http-equiv="keywords" content=""/><meta http-equiv="description" content="" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
<style type="text/css"></style>
|
|
<link href="style.css" rel="stylesheet"/>
|
|
<title>Clutter Toolkit</title>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="container">
|
|
<div id="logo">
|
|
<img src="clutter-header.png" border="0" alt="Clutter"/>
|
|
</div>
|
|
<div id="content">
|
|
<h3>#About</h3>
|
|
<p>
|
|
|
|
Clutter is a GObject based library for creating fast, visually
|
|
rich graphical user interfaces. It is intended for creating single
|
|
window heavily stylised applications such as media box ui's, presentations
|
|
or kiosk style programs in preference to regular 'desktop' style
|
|
applications.
|
|
|
|
</p>
|
|
<p>
|
|
|
|
Clutter's underlying graphics rendering is <a href="http://opengl.org">OpenGL</a> (version 1.2+)
|
|
based. The clutter API is intended to be easy to use, attempting
|
|
to hide many of the GL complexities. It targets mainly 2D based
|
|
graphics and is definetly not intended to be a general interface
|
|
for all OpenGL functionality.
|
|
</p>
|
|
<p>
|
|
|
|
As well as OpenGL Clutter depends on and uses <a href="http://developer.gnome.org/doc/API/glib/">GLib</a>, <a href="http://developer.gnome.org/doc/API/2.0/gobject/index.html">GObject</a>, <a href="http://www.pango.org">Pango</a>,
|
|
<a href="http://developer.gnome.org/doc/API/2.0/gdk-pixbuf/index.html">GDKPixbuf</a> and <a href="http://gstreamer.freedesktop.org">GStreamer</a>. Clutter is free software released under the GNU LGPL.
|
|
|
|
</p>
|
|
<h3>#News</h3>
|
|
|
|
<h4>0.1 Release 22/06/2006</h4>
|
|
<p>
|
|
<ul>
|
|
<li>First 'official' release, expect bugs aplenty.
|
|
<li>Contains:
|
|
<ul>
|
|
<li>Hopefully enough functionality to build things.</li>
|
|
<li>Basic gstreamer 0.10 video playback support.
|
|
<li>Fairly stable API, though in no way totally stable.
|
|
Expect CHANGES in future versions.</li>
|
|
<li>Some simple examples ( also see OPT ).</li>
|
|
<li>An experimental GTK-Clutter widget.</li>
|
|
<li>Fairly complete Python bindings.</li>
|
|
<li>Non complete but hopefully useful API documentation.</li>
|
|
</ul>
|
|
<li> If you want to help out see the <a href="http://svn.o-hand.com/repos/clutter/trunk/TODO">TODO</a> file.</li>
|
|
</ul>
|
|
|
|
|
|
<h3>#Screenshots</h3>
|
|
<p><a href="screenshots/video-playback.png"><img src="screenshots/video-playback-thumb.png"></a> <br/><small>obligatory simple video player shot.</small></p>
|
|
<h3>#Download</h3>
|
|
<p>
|
|
See <a href="http://projects.o-hand.com/clutter/sources">http://projects.o-hand.com/clutter/sources</a> for sources.
|
|
</p>
|
|
<p>
|
|
Prebuilt Debian packages available via <a href="http://debian.o-hand.com">http://debian.o-hand.com</a>
|
|
</p>
|
|
|
|
<h3>#Documentation</h3>
|
|
<p>
|
|
<a href="docs/">API reference</a>.
|
|
</p>
|
|
<h3>#Participate</h3>
|
|
<p>
|
|
<strong>Subversion Repo</strong></br>
|
|
<code>
|
|
svn co http://svn.o-hand.com/repos/clutter/trunk clutter
|
|
</code>
|
|
<br/>
|
|
Browseable <a href="http://svn.o-hand.com/view/clutter/">here</a>.
|
|
</p>
|
|
<p>
|
|
<strong>Bugs</strong></br>
|
|
Use the <a href="http://bugzilla.o-hand.com/enter_bug.cgi?product=Clutter">OpenedHand Bugzilla</a>
|
|
</p>
|
|
<p>
|
|
<strong>Mailing List</strong></br>
|
|
Send a blank message to <code> clutter+subscribe <at> o-hand.com </code>. Then follow instructions in resulting reply.
|
|
</p>
|
|
<h3>#Authors</h3>
|
|
<p>
|
|
Clutter is an OHand Gang production featuring the coding of Matthew Allum, Emmanuele Bassi, Iain Holmes, Ross Burton and Jorn Baayen.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div id="footer">
|
|
|
|
<center>© <a href="http://o-hand.com">OpenedHand</a> 2006</center>
|
|
</div>
|
|
</body>
|
|
</html> |