I've got a program that draws my mouse movements on a window. The only problem is the line is very rough, and i would like it (not where two different lines link, but the actual line) to be anti-aliased and to fall-off nicely. Is there a way to do that?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

wxcairo can anti-alias your lines

link|improve this answer
feedback

You can also use OpenGL to anti-alias your lines.

Or you can write your own routine: http://freespace.virgin.net/hugo.elias/graphics/x_wuline.htm

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.