An open API service indexing awesome lists of open source software.

https://github.com/mandarancio/vectorial

SVG/SDL Renderer engine
https://github.com/mandarancio/vectorial

2d c-plus-plus render sdl svg

Last synced: about 1 month ago
JSON representation

SVG/SDL Renderer engine

Awesome Lists containing this project

README

        

# Vectorial
Simple SDL SVG Renderer.
Depends on:

* SDL
* SDL_gfx

To compile the example:
```bash
cd Vectorial
make
```