Michael Sweet wrote:
> Daniel Polski wrote:
>>
>> Is anti aliased drawing of lines and curves and shapes something that 
>> would be possible to have as a feature in the next generation of fltk?
> 
> It is already available on Mac OS X with Quartz.  If you use Cairo
> (something we only support in 2.0 right now) you will also get
> anti-aliased drawing on all platforms.
> 
>> And transparency?
> 
> Right now we support alpha-blending of images, but there is no
> general blending support in FLTK.  Again, using Quartz or Cairo
> gets us this "for free".
> 
> However, while it should be fairly straight-forward to use Cairo on
> 1.x (whatever future minor release), Cairo on X11 unfortunately
> requires TrueColor visuals (no PseudoColor support) which makes it a
> non-starter since companies like Sun still ship with X servers
> configured for PseudoColor... :(
> 

And besides that, I still think we need to support native interfaces also.
I'm thinking cairo on 200Mhz ARM w/o FPU... No way! :)

BR,
Mikko L
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to