I am attempting to allow Julia to use a C++ 3D modeling utility. I have seen examples of running C++ code in Julia using CxxWrap, CxxInterface, etc. but the project I am trying to use depends on an external library (OpenMesh), and I can’t find any examples using external dependencies in this way. Is there a way to package the OpenMesh libraries together with the C++ code which will make them available to Julia?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Using a C++ library with Julia 1.*.* | 32 | 10050 | August 9, 2021 | |
Build and install Julia from source code with cmake | 7 | 171 | July 2, 2024 | |
Passing a Julia struct to a already compiled cpp program | 1 | 67 | January 13, 2025 | |
How to expose a C++ library to julia | 9 | 2539 | May 23, 2018 | |
Call C++ library from Julia with the Cxx package? | 5 | 2394 | November 4, 2019 |