Ramarren / cffi-clutter

Thin Common Lisp bindings for Clutter toolkit

This URL has Read+Write access

Ramarren (author)
Thu Jul 09 02:25:55 -0700 2009
commit  9a8cf7f4bf95e683788c4286488a81fabe86459c
tree    7d61b2a2c42cf798f8ff6a1a744e970ad5115664
parent  9eaff2f235de36c32fbbe487a05efef3d42ed630
README.markdown

cffi-clutter

This is a basis for Common Lisp bindings for Clutter toolkit, version 0.9.6.

It is mostly composed from semi-automatically generated bindings for Clutter and parts of GLib and GObject. The Lisp layer is pretty thin, so C APIs remain only documentation.

There are basic examples in examples subdirectory. There are examples from nine chapters of this tutorial (all but final one). There are two examples of widgets with custom drawing, triangle-example uses signal override, and subclass-example creates a GObject level subclass of ClutterActor. The architecture for the latter is rather ad-hoc, and should probably be abstracted to be useful.

Note that both grovel.lisp and bindings.lisp contain lots of absolute paths which have to be set appropriately before compilation.