I'd like to smooth my shape edges, but setting up the window like this:
sf::RenderWindow App(sf::VideoMode(800, 600, 32), "My App", Style::Close|Style::Resize, WindowSettings(32, 8, 2 ) );
Gives the error:
Failed to find a pixel format supporting antialiasing ; antialiasing will be disabled
Any other way I can do this without using a software renderer to antialias lines manually?