SFML Window Resizing is very ugly
问题 When I resize my sfml window, when I cut resize to make it smaller and resize to make it larger, it gives you a really weird effect. How do I make the resizing more prettier? The code is from the installation tutorial for code::blocks. Code (same as the code in the installation tutorial for code::blocks on the sfml website): #include <SFML/Graphics.hpp> int main() { sf::RenderWindow window(sf::VideoMode(200, 200), "SFML works!"); sf::CircleShape shape(100.f); shape.setFillColor(sf::Color: