[cairo] Is Cairo able to fit my needs?

Mart Raudsepp leio at dustbite.net
Thu Oct 4 07:01:11 PDT 2007


On K, 2007-10-03 at 12:44 +0200, Innova-Studios - Juergen Ladstaetter
wrote:
> Hi there,
> 
> i'm currently developing an application with the GUI framwork wxwidgets and
> the drawing is currently also done with this library. I'm thinking to
> migrate the graphics part to cairo, because wxwidgets isn’t able to do anti
> aliasing and the whole graphic looks crappy without it.

For your information, there is wxGraphicsContext and co in recent
versions, which can do anti-aliased drawing, and actually uses cairo to
do so on the *nix ports, and I believe it can or will be possible to use
it selectively on other ports too, instead of their native stuff (GDI+,
et al).

That doesn't stop you from using cairo directly, of course. 
I'm not fully up to date how complete wxGraphicsContext is now, so cairo
might be a good choice, especially if shipping it for other platforms,
than the ones where wxGTK runs, is not necessary or not a problem.
If necessary, you can ask around about wxGraphicsContext on wxWidgets
mailing lists as well.


Good luck with your project,
Mart Raudsepp



More information about the cairo mailing list