ClearVolume / clearvolume

ClearVolume is a real-time live 3D visualization library designed for high-end volumetric microscopes such as SPIM and DLSM microscopes. With ClearVolume you can see live on your screen the stacks acquired by your microscope instead of waiting for offline post-processing to give you an intuitive and comprehensive view on your data.
http://clearvolume.github.io
GNU Lesser General Public License v3.0
44 stars 11 forks source link

Clearvolume on M1 mac #84

Open gpomeranz opened 2 years ago

gpomeranz commented 2 years ago

Hi,

I am currently trying to get ClearVolume (https://github.com/ClearVolume/clearvolume) (a Fiji (https://imagej.net/software/fiji/downloads) plugin) to work on M1 Mac.

I have installed a Fiji version (which runs with rosetta 2) and is the default Mac version (link). Here an issue arises which seems to stem from OpenCL. The errors will show up on the Fiji log. color y - color yrcolor w

Then I downloaded the non-jre version of Fiji (https://imagej.net/software/fiji/downloads). I installed gradle 2.1 and tried to follow the instructions on (link to source code install of Clearvolume). I also installed Java 8 with jfx support from Zulu (https://www.azul.com/downloads/?version=java-8-lts&os=macos&architecture=arm-64-bit&package=jdk-fx). When I build the software I get an executable but the build fails with some errors.. Screenshot 2022-03-25 at 12 10 28

I’m not sure what the best course of action is. Perhaps try to solve the OpenCL issue on the rosetta 2 Fiji or try to compile Clearvolume using native M1 java.

Any help is appreciated! Thank you!