Skip to content

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

License

Notifications You must be signed in to change notification settings

kaustubh-nair/volume-raycasting

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.1%
  • GLSL 10.3%
  • QMake 1.6%