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
43 stars 11 forks source link

Cross plattform C/C++ Interface #16

Closed skalarproduktraum closed 9 years ago

skalarproduktraum commented 9 years ago

Here's the shiny new Cross-platform C/C++ interface for ClearVolume. I have tested it on Windows and OS X 10.10 so far, where it works very nicely.

The old system has been replaced by a CMake-based system, where you basically

cd src/cpp
mkdir build
cd build
cmake ..
make

After that, you have a library (e.g. libclearvolume.dylib on OSX) you can use plus an example application. Currently, all used JARs have to reside in a subdirectory jars/ in the directory of the binary.

There is also some rudimentary documentation in the file src/cpp/README.md.

Please give it a go and send me some feedback :-)

cheers!