Hi everyone,
I am a programmer, new to inkscape. i need to know about connectivity of inkscape with programming languages like c, c++.
For instance, i just need to give a value lets say int i =10; i need this value to show on inkscape screen.
help please. . !
give a value in c and show in inkscape
Re: give a value in c and show in inkscape
Welcome aboard!
For such basic things you can write extensions, where you can use mainly python.
http://wiki.inkscape.org/wiki/index.php/Script_extensions
Some other languages can be included as well but the whole thing is not so well documented.
For such basic things you can write extensions, where you can use mainly python.
http://wiki.inkscape.org/wiki/index.php/Script_extensions
Some other languages can be included as well but the whole thing is not so well documented.
- shawnhcorey
- Posts: 149
- Joined: Mon Jan 07, 2008 12:17 pm
Re: give a value in c and show in inkscape
I haven't tried this but you can create your own extensions. When you make a selection in Inkscape and run an extension on it, the SVG for the selection is sent to it via stdin and it expects the convert SVG back thru stdout.