All Projects → neurolabusc → Mricrogl

neurolabusc / Mricrogl

Licence: other
DEPRECATED development has moved to https://github.com/rordenlab/MRIcroGL12

Programming Languages

pascal
1382 projects

Projects that are alternatives of or similar to Mricrogl

VRTK.Prefabs
*Deprecated* - A collection of productive prefabs for rapidly building spatial computing solutions in the Unity software.
Stars: ✭ 61 (+24.49%)
Mutual labels:  deprecated, archived
Tinx
⛔️ Laravel Tinx is archived and no longer maintained.
Stars: ✭ 437 (+791.84%)
Mutual labels:  deprecated, archived
Sphero.js
🚫 DEPRECATED: The Sphero JavaScript SDK to control Sphero robots.
Stars: ✭ 346 (+606.12%)
Mutual labels:  deprecated, archived
react-native-apple-sign-in
Apple Signin for your React Native applications
Stars: ✭ 16 (-67.35%)
Mutual labels:  deprecated, archived
Docker Cleanup
DEPRECATED Automatic Docker image, container and volume cleanup
Stars: ✭ 582 (+1087.76%)
Mutual labels:  deprecated, archived
Drupal-Scaffold
DEPRECATED: This project has been replaced by documentation within Confluence regarding best practices for setting up a new Drupal 9 project.
Stars: ✭ 48 (-2.04%)
Mutual labels:  deprecated, archived
Code Gov Web
DEPRECATED 🛑- Federal Source Code policy implementation.
Stars: ✭ 423 (+763.27%)
Mutual labels:  deprecated, archived
Sphero-AR-SDK
🚫 DEPRECATED: Sphero's augmented reality SDK
Stars: ✭ 46 (-6.12%)
Mutual labels:  deprecated, archived
Mern Cli
⛔️ DEPRECATED - A cli tool for getting started with MERN
Stars: ✭ 575 (+1073.47%)
Mutual labels:  deprecated, archived
Aawindow
[Deprecated] · UIWindow subclass to enable behavior like adaptive round-corners & detecting when Control Center is opened.
Stars: ✭ 486 (+891.84%)
Mutual labels:  deprecated, archived
steam
DEPRECATED Build, manage and deploy H2O's high-speed machine learning models.
Stars: ✭ 59 (+20.41%)
Mutual labels:  deprecated, archived
Mern Starter
⛔️ DEPRECATED - Boilerplate for getting started with MERN stack
Stars: ✭ 5,175 (+10461.22%)
Mutual labels:  deprecated, archived
AASecondaryScreen
[Deprecated] · Approachable implementation of iOS AirPlay-Mirroring using Swift.
Stars: ✭ 40 (-18.37%)
Mutual labels:  deprecated, archived
Liquid-Application-Framework-1.0-deprecated
Liquid is a framework to speed up the development of microservices
Stars: ✭ 26 (-46.94%)
Mutual labels:  deprecated, archived
ton-client-rs
TON Labs SDK Client Library for Rust
Stars: ✭ 15 (-69.39%)
Mutual labels:  deprecated, archived
Piranha
[DEPRECATED] This is the legacy version of Piranha CMS for .NET 4.5, MVC 5.2 & WebPages 3.2.
Stars: ✭ 418 (+753.06%)
Mutual labels:  deprecated, archived
fullcontact4j
⛔ [DEPRECATED] A Java client for the FullContact API
Stars: ✭ 28 (-42.86%)
Mutual labels:  deprecated, archived
OSM-Completionist
⛔️ DEPRECATED iOS companion app for OpenStreetMap that allows contributors to complete missing information
Stars: ✭ 17 (-65.31%)
Mutual labels:  deprecated, archived
Pygeoip
DEPRECATED: Pure Python API for Maxmind's binary GeoIP databases
Stars: ✭ 483 (+885.71%)
Mutual labels:  deprecated, archived
Ui Fabric Ios
DEPRECATED Please use the new repo
Stars: ✭ 590 (+1104.08%)
Mutual labels:  deprecated, archived

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].