1
Graphics / Problems with Display
« on: September 28, 2009, 10:07:11 pm »Quote from: "Tank"
Quote from: "Laurent"QuoteSo is there a way to take an area of the screen and redisplay it each frame without having to redraw every string?
Not in SFML 1.x. SFML 2 will provide solutions to this kind of problems.
By using render-to-image or another solution?
Done, and it works and gives me 300 FPS (not as good as before but not a problem).