1. Git Repositories for Clutter
These are the locations of the Git repositories for Clutter, related integration libraries, bindings and projects.
1.1. Clutter core
The core library, containing the base classes, the scene graph, and the animation framework.
- Clone:
- git clone git://git.gnome.org/clutter
git clone http://git.gnome.org/browse/clutter
git clone ssh://USERNAME@git.gnome.org/git/clutter
- Browse:
1.2. Cogl
The cross-platform GPU programming library used by Clutter.
- Clone:
- git clone git://git.gnome.org/cogl
git clone http://git.gnome.org/browse/cogl
git clone ssh://USERNAME@git.gnome.org/git/cogl
- Browse:
1.3. Clutter-GTK
The integration library for embedding Clutter into GTK+ applications.
- Clone:
- git clone git://git.gnome.org/clutter-gtk
git clone http://git.gnome.org/browse/clutter-gtk
- Browse:
1.4. Clutter-GStreamer
The integration library for integrating Clutter with GStreamer.
- Clone:
- git clone git://git.gnome.org/clutter-gst
git clone http://git.gnome.org/browse/clutter-gst
- Browse:
1.5. Clutter-Box2D
A 2D physics engine that can be used to manipulate a Clutter scene.
- Clone:
- git clone git://git.gnome.org/clutter-box2d
- Browse:
1.6. Clutter-Bullet
A 3D physics engine that can be used to manipulate a Clutter scene.
- Clone:
- git clone git://github.com/clutter-project/clutter-bullet.git
git clone https://clutter-project@github.com/clutter-project/clutter-bullet.git
- Browse:
1.7. Toys and Demos
Simple applications and demos.
- Clone:
- git clone git://github.com/clutter-project/toys.git
git clone https://clutter-project@github.com/clutter-project/toys.git
- Browse:
1.8. Python Bindings
Python bindings for Clutter.
- Clone:
- git clone git://git.gnome.org/pyclutter
git clone http://git.gnome.org/browse/pyclutter
- Browse:
1.9. Perl Bindings
Perl bindings for Clutter.
- Clone:
- git clone git://git.gnome.org/perl-Clutter
git clone http://git.gnome.org/browse/perl-Clutter
- Browse:
1.10. Mx
A GUI toolkit based on Clutter.
- Clone:
- git clone git://github.com/clutter-project/mx.git
git clone https://clutter-project@github.com/clutter-project/mx.git
- Browse: