Skip to content

GLSL volume ray casting rendering: compiled versions available from NITRC. Able to view NIfTI, DICOM, MGH, MHD, NRRD, AFNI format images.

License

BSD-2-Clause, Unknown licenses found

Licenses found

BSD-2-Clause
LICENSE
Unknown
license.txt
Notifications You must be signed in to change notification settings

mlandauwells/MRIcroGL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MRIcroGL

Warning

#f03c15 This repository is for the old MRIcroGL 1.0 (which uses OpenGL 2.1). Development has moved to MRIcroGL 1.2 (which uses OpenGL 3.3).

About

MRIcroGL is an open source volume ray caster. For details and compiled versions visit the NITRC wiki. You can also visit the MRIcroGL home pages which include videos, notes and troubleshooting advice.

alt tag

Installation

You can download the latest release for Windows, MacOS or Linux from either of these sites:

Compiling

Most users will want to use the pre-compiled executable (see the previous section). However, you can compile this yourself. Lazarus 2.0 or later is recommended.

lazbuild --verbose-pkgsearch lazopenglcontext --verbose-pkgsearch pascalscript
if [ $? -eq 0 ]
then
    echo "required packages already installed"
else
    echo "installing packages"
    lazbuild --add-package lazopenglcontext --add-package pascalscript --build-ide=
fi
if [[ "$OSTYPE" == "darwin"* ]]; then
	echo "macOS compiling for Cocoa, instead of default Carbon widgetset"
	lazbuild  -B --ws=cocoa ./simplelaz.lpr
else
	lazbuild -B ./simplelaz.lpi
fi
License

This software includes a BSD license.

About

GLSL volume ray casting rendering: compiled versions available from NITRC. Able to view NIfTI, DICOM, MGH, MHD, NRRD, AFNI format images.

Resources

License

BSD-2-Clause, Unknown licenses found

Licenses found

BSD-2-Clause
LICENSE
Unknown
license.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Pascal 98.5%
  • PHP 1.2%
  • Other 0.3%