eidelen / DicomToMesh

A command line tool to transform a DICOM volume into a 3d surface mesh (obj, stl or ply). Several mesh processing routines can be enabled, such as mesh reduction, smoothing or cleaning. Works on Linux, OSX and Windows.
MIT License
451 stars 93 forks source link

Prebuilt binaries / build artifacts? #41

Closed sammcj closed 10 months ago

sammcj commented 1 year ago

Are prebuilt binaries / build artifacts available for macOS builds somewhere?

QT is quite a pain to build applications with on macOS so it would be great to be able to download a working binary.

eidelen commented 10 months ago

Hi, Sorry for the late answer. I do not have any prebuilts on OSX or windows, as packing software isn't fun and is especially difficult on these two systems :) However, I developed dicom2mesh under OSX - using brew, it is almost as straight forward as doing it in Ubuntu.