Ecosyste.ms: Awesome

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

https://github.com/JayNakrani/xvg-interpreter

Interpreter for xvg.
https://github.com/JayNakrani/xvg-interpreter

Last synced: about 2 months ago
JSON representation

Interpreter for xvg.

Lists

README

        

xvg-interpreter
===============

Interpreter for xvg (Xml Vector Graphics) files.

Takes XVG (Minimal version of SVG) file as a input and generates graphics in a separate window.

Please look into `/examples/` to see some example of xvg files.

Run it as : ```./xvg-interp ```

===============

Requirement:

Windows:
No extra requirement for windows system as they have DOS graphics support.

Ubuntu :
Needs `libgraph1.2.0` or higher.

================

Examples

Here some examples are given with their respective screenshots.

```shell
./xvg-interp ../examples/cartoon.xvg
```
![Alt text](/screenshots/1.png "./xvg-interp ../examples/cartoon.xvg")

```shell
./xvg-interp ../examples/rangoli.xvg
```
![Alt text](/screenshots/2.png "./xvg-interp ../examples/rangoli.xvg")

```shell
./xvg-interp ../examples/ellipseArt.xvg
```
![Alt text](/screenshots/3.png "./xvg-interp ../examples/ellipseArt.xvg")