Hi there!
is there a way to smooth a circle?
if smooth is the wrong discription. i mean Anti Aliasing.
shapes like this:
App.Draw(10,10, 55, sf::Color(0, 0, 0, 0), 2, sf::Color(251, 169, 89, 150)));
looks a bit edgy =(
i'm about to create some Png wich looks nicer.
btw, what costs more performance? drawing a circle, or including a image?
Depens on size?