Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muschellij2/rgl_export
Minimal Working Example of how to create a WebGL object from RGL
https://github.com/muschellij2/rgl_export
Last synced: 19 days ago
JSON representation
Minimal Working Example of how to create a WebGL object from RGL
- Host: GitHub
- URL: https://github.com/muschellij2/rgl_export
- Owner: muschellij2
- Created: 2013-03-08T22:28:35.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-11T13:48:17.000Z (almost 12 years ago)
- Last Synced: 2024-10-16T08:22:11.829Z (2 months ago)
- Language: JavaScript
- Size: 8.06 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Example_WebGL_Template.R - overall program that will take in MNI152_T1_2mm_brain.nii.gz, render a brain in RGL, threshold a brain
my_template.html - same as rgl template but takes out the bottom lines of text
my_embed_template - same as my_template.html but takes out the and headers - REQUIRES onload="webGLStart();" in the body of html document (or some other interactive functioning part to load webGL) - used for knitting - but may RStudio fails to render the md files
pandoc and other converters will work though
MNI152_T1_2mm_brain.nii.gz - standard brain taken from FSL (www.fmrib.ox.ac.uk/fsl/)