mirror of
https://github.com/brl/mutter.git
synced 2025-01-10 03:32:34 +00:00
Read-only mirror of https://gitlab.gnome.org/GNOME/mutter
f00e84606c
* configure.ac: Use pkg-config to check for X. Really Check for GL libs. Make gtk binding optional. Cleanup a little. * Makefile.am: * gtk/Makefile.am: Make gtk binding optional * clutter/clutter-element.c: Cleanup a little, notify on size change. * clutter/clutter-texture.c: Lots of cleanups. Add waste prop. Add filter quality prop. * clutter/clutter-clone-texture.c: Make object construction simpler to work better with bindings. * clutter/clutter-stage.c: * clutter/clutter-timeline.c: Minor reformating, cleanups. * examples/test-text.c: (main): Random experimentation |
||
---|---|---|
bindings | ||
clutter | ||
doc | ||
examples | ||
gst | ||
gtk | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
clutter.pc.in | ||
configure.ac | ||
COPYING | ||
Makefile.am | ||
NEWS | ||
README | ||
TODO |
What it will do: - 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. - If you've ever used Director, thats the kind of functionality, clutter aims for. What it wont do: - Provide a general interface to all openGL functionality