kaustubh-nair / volume-raycasting

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:C++ 88.1%Language:GLSL 10.3%Language:QMake 1.6%