Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
General
»
Vector Drawing lib?
Print
Pages: [
1
]
Author
Topic: Vector Drawing lib? (Read 1328 times)
0 Members and 1 Guest are viewing this topic.
StormWingDelta
Sr. Member
Posts: 365
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?
Logged
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
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.
Logged
JSFML
- The Java binding to SFML.
Print
Pages: [
1
]
SFML community forums
»
Help
»
General
»
Vector Drawing lib?