3MFConsortium / lib3mf

lib3mf is an implementation of the 3D Manufacturing Format file standard
http://3mf.io
BSD 2-Clause "Simplified" License
228 stars 92 forks source link

how to use lib3mf with C++ in Visual Studio? #356

Closed sadsaadsd closed 5 months ago

sadsaadsd commented 5 months ago

Hello, I'm very fortunate to be able to use the open-source library lib3mf. Unfortunately, I don't know how to use this library. Could you please provide some instructions on how to use this library with C++ in Visual Studio? I would greatly appreciate it!

vijaiaeroastro commented 5 months ago

Hey @sadsaadsd,

Have you looked through the examples in https://github.com/3MFConsortium/lib3mf/tree/master/SDK/Examples/Cpp ?

It shows how you can integrate lib3mf inside Visual studio (Through CMake).

We will also have lib3mf as a VCPKG in near future. You can follow https://github.com/3MFConsortium/lib3mf/issues/342 if you want to stay up to date with developments.

If you need more assistance, feel free to elaborate on your issue here and explain what you have tried.

Vijai

sadsaadsd commented 5 months ago

Thank you very much for your help,I'm going to learn how to use CMake next.

vijaiaeroastro commented 5 months ago

I will close the issue then.