SFML community forums
Help => General => Topic started by: StormWingDelta on August 30, 2012, 04:38:05 am
-
Just asking since last I heard SFML didn't support Vector drawing. Anyone know of any of the libs here or elsewhere that can do this?
-
The Thor (http://www.bromeon.ch/libraries/thor/index.html) library extends SFML by such a feature, among many others. You'll want the thor::Arrow (http://www.bromeon.ch/libraries/thor/v2.0/doc/classthor_1_1_arrow.html) class for your purpose. :)
If you don't want to use an external library, you can use direct primitive drawing using vertices or vertex arrays, drawing a line with a point at the end or something should not be that hard.