Create API from module

Hello! I’m currently developing a useful tool for architects and we’re working on a .skp file export.
We’ve developed a converter and currently struggling to call this C++ code in our API.
I realized that I could not use the executable output from XCode in a Linux environment.
Does somebody have some experience in building real API using Sketchup C SDK framework?

The C SDK is not available for Linux. It has been discussed and requested several times in the past.
Here is the open API request (if you’d like to add comments there.)


P.S. - The Win C SDK may work on Linux under WINE.

There are several examples on GitHub …

Python wrapper

C++ wrapper …

C# wrapper …