Git Product home page Git Product logo

4n4574514 / mricrogl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from neurolabusc/mricrogl10_old

0.0 1.0 0.0 91.47 MB

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

Home Page: https://www.nitrc.org/plugins/mwiki/index.php/mricrogl:MainPage

License: BSD 2-Clause "Simplified" License

PHP 1.18% Pascal 98.42% Batchfile 0.11% Shell 0.20% C++ 0.04% Assembly 0.04%

mricrogl's Introduction

MRIcroGL

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 on compiling and troubleshooting advice.

http://www.mccauslandcenter.sc.edu/mricrogl/

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

mricrogl's People

Contributors

chrwork2 avatar neurolabusc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.