SFML community forums

Help => Graphics => Topic started by: 93interactive on November 20, 2011, 07:59:06 am

Title: Best way to draw on Sprite?
Post by: 93interactive on November 20, 2011, 07:59:06 am
Hi,

what is the best way to draw on a sprite with sfml 2?

As far as i can see:



Doesn't sound high-performance to me... Any other ideas?
Title: Best way to draw on Sprite?
Post by: Nexus on November 20, 2011, 11:29:09 am
You don't need sf::Image. Use sf::RenderTexture.