public
Description: GL based toolkit for creating visually impressive graphical user interfaces
Homepage: http://www.clutter-project.org
Clone URL: git://github.com/ebassi/clutter.git
Search Repo:
clutter / clutter.doap
100644 108 lines (88 sloc) 3.378 kb
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:foaf="http://xmlns.com/foaf/0.1/"
  xmlns="http://usefulinc.com/ns/doap#">
 
  <name>Clutter</name>
  <shortname>clutter</shortname>
  <created>2006-11-18</created>
 
  <shortdesc xml:lang="en">Clutter is an OpenGL based interface library</shortdesc>
 
  <description xml:lang="en">
  
  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.
 
  </description>
 
  <homepage rdf:resource="http://www.clutter-project.org" />
        <download-page rdf:resource="http://www.clutter-project.org/sources" />
  <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
 
        <bug-database rdf:resource="http://bugzilla.o-hand.com/enter_bug.cgi?product=Clutter"/>
 
        <mailing-list rdf:resource="mailto:clutter+subscribe@o-hand.com" />
 
        <os>Linux</os>
        <programming-language>C</programming-language>
        <programming-language>Python</programming-language>
        <programming-language>Perl</programming-language>
 
        <category rdf:resource="http://labs.o-hand.com/doap/category/library"/>
        <category rdf:resource="http://labs.o-hand.com/doap/category/graphics"/>
        <category rdf:resource="http://labs.o-hand.com/doap/category/embedded"/>
        <category rdf:resource="http://labs.o-hand.com/doap/category/clutter"/>
  <maintainer>
    <foaf:Person>
      <foaf:name>Matthew Allum</foaf:name>
                        <foaf:mbox rdf:resource="mailto:mallum@o-hand.com"/>
    </foaf:Person>
  </maintainer>
 
  <author>
    <foaf:Person>
      <foaf:name>Matthew Allum</foaf:name>
                        <foaf:mbox rdf:resource="mailto:mallum@o-hand.com"/>
    </foaf:Person>
  </author>
 
  <author>
    <foaf:Person>
      <foaf:name>Emmanuele Bassi</foaf:name>
                        <foaf:mbox rdf:resource="mailto:ebassi@o-hand.com"/>
    </foaf:Person>
  </author>
 
        <repository>
    <SVNRepository>
      <browse rdf:resource="http://svn.o-hand.com/view/clutter"/>
      <location rdf:resource="https://svn.o-hand.com/repos/clutter"/>
    </SVNRepository>
        </repository>
 
  <release>
    <Version>
      <name>0.6 Release</name>
      <created>2008-02-18</created>
      <branch></branch>
      <revision>0.6</revision>
     <file-release rdf:resource="http://clutter-project.org/sources/clutter/0.6/clutter-0.6.0.tar.gz" />
    </Version>
  </release>
 
  <release>
    <Version>
      <name>0.4 Release</name>
      <created>2007-08-07</created>
      <branch></branch>
      <revision>0.4</revision>
     <file-release rdf:resource="http://clutter-project.org/sources/clutter/0.4/clutter-0.4.0.tar.gz" />
    </Version>
  </release>
 
  <release>
    <Version>
      <name>0.2 Release</name>
      <created>2007-01-18</created>
      <branch></branch>
      <revision>0.2</revision>
     <file-release rdf:resource="http://clutter-project.org/sources/clutter/0.2/clutter-0.2.0.tar.gz" />
    </Version>
  </release>
 
  <release>
    <Version>
      <name>First Release</name>
      <created>2006-06-22</created>
      <branch></branch>
      <revision>0.1</revision>
     <file-release rdf:resource="http://projects.o-hand.com/clutter/sources/clutter-0.1.0.tar.gz" />
    </Version>
  </release>
 
 
</Project>