0 Members and 1 Guest are viewing this topic.
How do you draw those rectangles? sf::Sprite is too slow due to large amount of drawcalls, if you use it, you need to switch to sf::VertexArray, that way you should get decent FPS despite rendering multiple rectangles.