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
- SVG images drawing;
- Loading SVG from files / memory / stream;
- SVG rasterization;
- Implements Square- and Cubic Bézier curves;
- Curves inherit sf::Shape;
- Provides interface for Bézier curves;
- Provides debug-friendly features like "helper lines" etc.