/volume-raycasting

Simple visualiser based on GPU-accelerated single-pass volumetric raycasting

Primary LanguageC++MIT LicenseMIT

3D-Histopathology

Build

The project can be built with QtCreator or from the command line, with qmake

mkdir build
cd build
qmake ../3d_raycaster.pro
make
./3d_raycaster

License

The software is distributed under the MIT license.