Hi All, I'm glad to show you guys "node-clutter" to make Node.js(with V8 JavaScript Engine) binding for Clutter toolkit. :-)
https://github.com/cfsghost/node-clutter In fact, it's a integration job, based on Clutter, aims to provide a easy way for UI development in JavaScript. (target is different from girepository) In order to make it easy-use in JavaScript, I do not make it all the same with clutter library API, and also try to add some special functionality on it. Here is source code to show how to use node-clutter API with Node.js: https://github.com/cfsghost/node-clutter/tree/master/tests Installation and running demo program: $ cd node-clutter $ node-waf configure build $ cd tests $ node demo.js Note: If you don't have clutter-gst, try disable it then compile with: $ node-waf --enable-clutter-gst=0 configure build Cheers, Fred
_______________________________________________ clutter-app-devel-list mailing list clutter-app-devel-list@clutter-project.org http://lists.clutter-project.org/listinfo/clutter-app-devel-list