Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Vector Drawing lib?  (Read 1161 times)

0 Members and 1 Guest are viewing this topic.

StormWingDelta

  • Sr. Member
  • ****
  • Posts: 365
    • View Profile
Vector Drawing lib?
« 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?
I have many ideas but need the help of others to find way to make use of them.

pdinklag

  • Sr. Member
  • ****
  • Posts: 330
  • JSFML Developer
    • View Profile
    • JSFML Website
Re: Vector Drawing lib?
« Reply #1 on: August 30, 2012, 06:16:31 am »
The Thor library extends SFML by such a feature, among many others. You'll want the thor::Arrow 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.
JSFML - The Java binding to SFML.

 

anything