1
0
Fork 0
A repository that has original sources for patches used in the Arch User Repository package called "mutter-performance". https://aur.archlinux.org/packages/mutter-performance
Find a file
Iain Holmes ae1eccdc6d Fix typos and move *_get_type t private sections
--his line, and those below, will be ignored--

M    clutter/clutter-actor.c
M    ChangeLog
M    doc/reference/clutter-sections.txt
M    doc/reference/ChangeLog
M    doc/reference/tmpl/clutter-enum-types.sgml
M    doc/reference/tmpl/clutter-color.sgml
M    doc/reference/tmpl/clutter-event.sgml
M    doc/reference/tmpl/clutter-group.sgml
2006-06-22 13:05:45 +00:00
bindings 2006-06-22 Emmanuele Bassi <ebassi@openedhand.com> 2006-06-22 12:05:51 +00:00
clutter Fix typos and move *_get_type t private sections 2006-06-22 13:05:45 +00:00
doc Fix typos and move *_get_type t private sections 2006-06-22 13:05:45 +00:00
examples 2006-06-21 Emmanuele Bassi <ebassi@openedhand.com> 2006-06-21 17:25:14 +00:00
gst Merge gobject-branch into trunk 2006-05-29 08:59:36 +00:00
gtk 2006-06-22 Matthew Allum <mallum@openedhand.com> 2006-06-22 08:40:37 +00:00
AUTHORS 2006-06-14 Matthew Allum <mallum@openedhand.com> 2006-06-13 22:29:51 +00:00
autogen.sh Merge gobject-branch into trunk 2006-05-29 08:59:36 +00:00
ChangeLog Fix typos and move *_get_type t private sections 2006-06-22 13:05:45 +00:00
clutter.pc.in 2006-06-08 Iain Holmes <iain@openedhand.com> 2006-06-08 22:19:32 +00:00
configure.ac 2006-06-22 Emmanuele Bassi <ebassi@openedhand.com> 2006-06-22 09:25:58 +00:00
COPYING Merge gobject-branch into trunk 2006-05-29 08:59:36 +00:00
Makefile.am 2006-06-21 Ross Burton <ross@openedhand.com> 2006-06-21 16:14:43 +00:00
NEWS autotool rejig 2005-04-13 19:49:56 +00:00
README 2006-06-14 Matthew Allum <mallum@openedhand.com> 2006-06-13 22:29:51 +00:00
TODO 2006-06-20 Matthew Allum <mallum@openedhand.com> 2006-06-20 20:29:45 +00:00

Clutter README.
===============

Clutter aims to give a nice easy GObject based API for creating fast,
mainly 2D single window stylalised applications such as media box
UI's, presentaions, kiosk style apps etc. It uses OpenGL for rendering.

Its not meant to be a full featured GUI toolkit for regular desktop
apps nor provide a general interface to *all* openGL functionality.

It currently uses fairly low end GL functionality with an aim to still
work well on open source graphics drivers as well as possibly making
an eventual GL ES port feasable.

Clutter currently requires GLib >= 2.8, GdkPixbuf, Gstreamer 0.10 and
OpenGL >= 1.2. Its also recommended you have some kind of working
hardware OpenGL on your target system.

Clutter is LGPL licensed.

If you want to hack on and improve clutter check the TODO file.