Konstantin Salavatov <[email protected]> writes: > I've got assignment to evaluate Clutter features and abilities. Our > goal: showing several video files (or streams) simultaneously with > some some 3D and 2D effects applied. Like folding pages, rotating, > transparency changing etc.
Clutter when combined with Clutter-Gst should be able to do these things. For the page folding effect you sould take a look at Odo which is in the toys repo here: http://git.clutter-project.org/cgit.cgi?url=toys/tree/odo > I was able to build v.1.0.8 using instructions from > http://www.busydoingnothing.co.uk/blog/2008/07/13#ClutterWin32 but no > one test run. All are stopped by not being able to locate some entry > point in Cairo. Those instructions have been updated and are now available in the git repo here: http://git.clutter-project.org/cgit.cgi?url=clutter/tree/build/mingw/README If you were using the script from SVN mentioned in the old instructions then it would have downloaded an old version of Cairo so perhaps that's why it's not working. You could try rerunning mingw-cross-compile.sh using the new version mentioned in the new instructions to get a later Cairo. > So my questions: > 1) is Clutter already able to suit our needs? Is it already stable > enough? It should technically be able to do these things I think. The windows version is not heavily tested but as far as I know it works ok. > 2) where is build/msvc_2k5/ directory mentioned in the stable build of > Clutter reference manual? It has been removed because it was unmaintained and hopelessly out of date. You could try the OAH build system as mentioned by Samuel Degrande in another reply if you want to build with VS. > 3) where is .net support mentioned by listing c# on the title page of > clutter-project? Is generating interop assembly already implemented? Unfortunately I don't know anything about the C# bindings. Anyone else? Hope that helps - Neil -- To unsubscribe send a mail to [email protected]
