Inkscape.org
Creating New Extensions C++ extensions
  1. #1
    Thierry7100 Thierry7100 @Thierry7100

    Hi,

     

    I wrote some time ago an Inkscape extension in C++, for performance reasons.

    It worked fine with Inkscape 0.92, but it won't launch with Inkscape 1.0

    In the inx file, I just skipped the interpreter keyword, and it worked fine.

        <script>
            <command reldir="extensions">CutOptim</command>
        </script>

     

    Any idea how to launch executable extensions with Inkscape 1.0

     

    Thanks in advance for help.