1
Graphics / Re: 2D drawing canvas
« on: June 09, 2013, 08:33:12 pm »I think someone made a SVG add on to SFML at some point, what happend to that project? Because that would be perfect for drawing paths.
Anyway you could implement your own Canvas/Path interface if you want and use sf::VertexArray in the background.
Even if SFML maybe not have exactly what you need it provides the tools you need in order to do it yourself
Thank you all.
SFML seems to be nice and powerfull, and the community verry friendly
I've looked at other libs like SDL and Allegro but SFML is C++ and seems easier to bootstrap.