hi ajit, The following copied from README file from clutter-gtk source. I hope you know what gtk+ is.
" Clutter-GTK - GTK+ Integration library for Clutter Clutter-GTK is a library providing facilities to integrate Clutter into GTK+ applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the default ClutterStage into any GtkContainer. Requirements: Clutter >= 0.8.0 (X11 backend) or >= 0.8.0 (Win32 backend) GTK+ >= 2.12 " For any open-source library, try looking at README file if it exists or 'docs' directory. regards, uma..

