Ecosyste.ms: Awesome
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: 13 days ago
JSON representation
SVG/SDL Renderer engine
- Host: GitHub
- URL: https://github.com/mandarancio/vectorial
- Owner: Mandarancio
- License: gpl-3.0
- Created: 2014-03-05T22:08:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-12T23:09:12.000Z (about 7 years ago)
- Last Synced: 2025-01-20T02:22:35.281Z (21 days ago)
- Topics: 2d, c-plus-plus, render, sdl, svg
- Language: C++
- Homepage:
- Size: 1.94 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vectorial
Simple SDL SVG Renderer.
Depends on:* SDL
* SDL_gfxTo compile the example:
```bash
cd Vectorial
make
```