Does vg provides an api?
Does vg toolkit provides an api for c++? Since it is written in c++, is it possible to use its commands inside my c++ code?
• 955 views
•
link
1 answer
Sort of. VG does compile into a library, but the main functions for the various subcommands are not included in it. If you wanted to replicate the function of a subcommand, you would need to replicate the work the main function does into your application.
• 0 views
•
link
Log in to answer this question.