sf-svg
sf-svg

About

SFML-based library to draw .svg files and Bézier Curves.

Installation

Compilation

$ git clone https://github.com/KoczurekK/sf-svg.git
$ cd sf-svg
$ qmake curves-shared.pro
$ make

Now copy SFC headers to /usr/include/SFC or to any other path supported on your OS. Then copy .so/.dll files wherever you want to.

builds

Download leatest binary build from releases on github.

Usage

Include useful files & remember to pass linker option -lsfsvg.

Features