summaryrefslogtreecommitdiff
path: root/screenshots.html
blob: 64143916e57f68d2f4ee933237a5495e58b59c32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
<html> 

<head> 
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"> 
<link href="wayland.css" rel="stylesheet" type="text/css">
<title>Wayland</title> 
</head>

<body>
<h1><a href="/"><img src="wayland.png" alt="Wayland logo"></a></h1>

<h2>Screenshots</h2>

<p>Wayland demos:</p>

<ul>
  <li><a href="smoke.png">Software rendering demo</a></li>
  <li><a href="wayland-dnd.png">Wayland drag and drop demo</a></li>
</ul>

<p>Qt on Wayland:</p>

<ul>
  <li><a href="qt-mainwindow.png">Qt Mainwindow demo</a></li>
  <li><a href="qt-on-wayland.png">Misc Qt demos</a></li>
  <li><a href="qt-wayland.png">QGraphicsView with GLES2 painter</a></li>
  <li><a href="webkit-wayland.png">WebKit demo</a></li>
</ul>

<p>GTK+ on Wayland:</p>

<ul>
  <li><a href="wayland-gtk.png">Wayland gtk+ applications</a></li>
  <li><a href="wayland-vte.png">VTE terminal emulator</a></li>
</ul>

<p>Clutter on Wayland:</p>

<ul>
  <li><a href="clutter-hands.png">Clutter spinning hands</a></li>
  <li><a href="clutter-flowers.png">Clutter cairo flowers</a></li>
</ul>

<p>Xorg running under Wayland:</p>

<ul>
  <li><a href="rootless-x-under-wayland.png">Rootless X running an xterm</a></li>
  <li><a href="fullscreen-x-compiz.png">Fullscreen X server running compiz</a></li>
</ul>

</body>
</html>