Does OpenGL do 2D ? Need one with ANTIALIASING !

I need support for antialiasing in 2D drawing primitives… not sprites, not 3d, just lines, curves, and ellipses…

Is OpenGL something for me ?

Thanx for any help … and babaye

Amn.

Yes, OpenGL will do that.

Hi,

On my site, I’ve a porgram who display lines with anti-aliasing
http://ibelgique.ifrance.com/Slug-Production/

Originally posted by Leyder Dylan:
[b]Hi,

On my site, I’ve a porgram who display lines with anti-aliasing
http://ibelgique.ifrance.com/Slug-Production/ [/b]

Hi !

Did you use the OpenGL API for antialiased line drawing, or did you program the algorithm yourself using Brezenhem line drawing and Wu antialiasing ?

-Amn