Re: [clutter] ideas for a opacity dissolving text

2009-05-27 Thread Reid van Melle
box edge. btw. one of the most wanted features by designers in Clutter is probably the technique to produce image-based clipping masks. this feature would fit to your case as well... kris. On Sun, May 24, 2009 at 5:58 PM, Reid van Melle rvanme...@gmail.com wrote: I'm trying to produce

[clutter] ideas for a opacity dissolving text

2009-05-24 Thread Reid van Melle
I'm trying to produce a dissolving text effect near a clipping edge, so that the text appears to fade-out as it approaches the edge. Can anybody point me in the right direction for the best way to produce this type of effect in clutter/cogl? It looks like the fog effect in clutter may do

[clutter] clutter 0.9.2 on OSX 10.5

2009-03-31 Thread Reid van Melle
I've finally got around to working with the 0.9.2. release on OSX 10.5 in hopes of using it with a client and eventually updating my OCaml bindings to 1.0. The updated API looks great so I'm excited to be on the new tree! First thing I ran into was a compile problem which I think may have

[clutter] version advice for a new project

2009-03-26 Thread Reid van Melle
I've been working with a clutter for a while now, but most of my time has been spent around the 0.8 release. I'm just starting a new project with a client, and wondering whether anybody has some friendly advice about whether to use 0.8 vs 0.9 ? I realize that 0.8 is the stable release,

Re: [clutter] Easiest way to install 0.8.4 on OSX?

2008-12-29 Thread Reid van Melle
I wasn't sure whether you mean not use Macports to install clutter or not use Macports at all sorry if the rest of this email is useless (I don't have any experience with jhbuild). You can easily compile and install from source, but you can't dodge Macports very easily when it comes to

Re: [clutter] Animations not smooth

2008-07-04 Thread Reid van Melle
WRT creating bindings for self-made actors, that is relatively straightforward. I have done similar things for the OCAML bindings I'm building. Basically, you need to follow the recipe for creating a new Gobject- based actor class as discussed in the Clutter documentation. Even better,

Re: [clutter] Some help with Ruby and Clutter

2008-07-04 Thread Reid van Melle
Well, I haven't run the ruby bindings but I did just take a quick look and the README says they were built for version 0.4 back in 2007 and then updated for 0.5. So... you should check for an older clutter package or just download the appropriate tarball from the clutter web page and

[clutter] several questions

2008-07-03 Thread Reid van Melle
? Are there additional instructions and/or examples that I have overlooked? *** - Reid van Melle -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] several questions

2008-07-03 Thread Reid van Melle
, 2008-07-03 at 08:54 -0400, Reid van Melle wrote: Sorry for this dump of questions... 1. Full Screen Mode What version of Clutter are you using here and with what backend ? I think fullscreen on OSX (the one that Reid is using, as far as I understood) is not entirely working: http

Re: [clutter] crashing on mac os 10.4

2008-06-27 Thread Reid van Melle
Komulainen wrote: On Fri, Jun 27, 2008 at 1:23 AM, Reid van Melle [EMAIL PROTECTED] wrote: I've been trying to run the SVN head (3044 as of this email) on my Intel Mac, of course, compiled --with-flavour osx. I kept having bus errors with certain test programs. Happens to me always. Do you also