sammycage / lunasvg

lunasvg is a standalone SVG rendering library in C++
MIT License
818 stars 115 forks source link

C wrapper functions #160

Open andre2007 opened 4 months ago

andre2007 commented 4 months ago

The C++ project Verovio provides in addition C functions. Therefore the API compiled into a shared library can be used from any development language.

Here is the C file https://github.com/rism-digital/verovio/blob/develop/tools/c_wrapper.cpp

Can you provide something similiar to make your library usable from any programming language?