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: 2 months ago
JSON representation
Interpreter for xvg.
- Host: GitHub
- URL: https://github.com/JayNakrani/xvg-interpreter
- Owner: JayNakrani
- Created: 2014-02-11T05:55:33.000Z (almost 11 years ago)
- Default Branch: ubuntu
- Last Pushed: 2014-02-26T14:56:46.000Z (almost 11 years ago)
- Last Synced: 2024-05-18T21:41:47.154Z (8 months ago)
- Language: C
- Homepage:
- Size: 466 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - xvg-interpreter
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")