melted / garglk

Automatically exported from code.google.com/p/garglk
Other
0 stars 0 forks source link

Enhancement: SVG Capabilities #206

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've been working on a modification of Gargoyle that will render SVG images. 
This modification allows Gargoyle to accept SVG strings and display the 
resulting image in the interactive console. You can view the modifications I've 
made at my Github repository: 
https://github.com/TescaF/GarglkSVG/tree/master/patches

The SVG functionality can be invoked using the Inform 7 extension at: 
https://github.com/TescaF/GarglkSVG/blob/master/GLK%20SVG%20Drawing%20Commands.i
7x

I've used the Cairo SVG rendering library for this implementation. The packages 
"librsvg-2.0" and "cairo-png" must be installed prior to running this version 
of Gargoyle. I have tested this implementation primarily on Linux. Please let 
me know what you think of my proposed additions, whether you run into any 
issues with the modified code, and whether you would be willing to accept the 
additions to the Gargoyle source.

Original issue reported on code.google.com by tesca.fi...@gmail.com on 13 May 2013 at 5:51