Go to file
Emmanuele Bassi 507f04a8f6 Add base initialisation function
Add a semi-private function, called clutter_base_init(), which initialises
the basic Clutter functionalities (at the moment, just the GLib type system)
without calling in the backend-specific code. This function is only useful
for gtk-doc, to introspect the library when generating documentation for
signals, properties and class hierarchy.

Also, change the documentation build system to use clutter_base_init() when
launching the scanner program.
2007-05-16 15:00:41 +00:00
clutter Add base initialisation function 2007-05-16 15:00:41 +00:00
doc Add base initialisation function 2007-05-16 15:00:41 +00:00
examples added tilt parameter to clutter_behaviour_ellipse_new() 2007-05-15 11:51:14 +00:00
tests 2007-05-10 Matthew Allum <mallum@openedhand.com> 2007-05-09 23:31:08 +00:00
AUTHORS documentation for fixed point API 2007-01-17 16:00:00 +00:00
autogen.sh Merge gobject-branch into trunk 2006-05-29 08:59:36 +00:00
ChangeLog Add base initialisation function 2007-05-16 15:00:41 +00:00
clutter.doap 2007-01-18 Matthew Allum <mallum@openedhand.com> 2007-01-18 13:37:37 +00:00
clutter.pc.in 2007-03-23 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-23 15:20:35 +00:00
configure.ac 2007-05-14 Matthew Allum <mallum@openedhand.com> 2007-05-14 09:11:23 +00:00
COPYING Merge gobject-branch into trunk 2006-05-29 08:59:36 +00:00
Makefile.am 2007-05-05 Matthew Allum <mallum@openedhand.com> 2007-05-04 23:53:49 +00:00
NEWS update NEWS with latest bug fixed 2007-01-16 15:03:29 +00:00
README 2006-08-30 Jorn Baayen <jorn@openedhand.com> 2006-08-30 13:48:48 +00:00
TODO 2007-01-23 Matthew Allum <mallum@openedhand.com> 2007-01-23 20:29:11 +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 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.