项目作者: brainlife

项目描述 :
Surfaces viewer based on VTK
高级语言: JavaScript
项目地址: git://github.com/brainlife/ui-3dsurfaces.git
创建时间: 2018-04-16T21:02:08Z
项目社区:https://github.com/brainlife/ui-3dsurfaces

开源协议:MIT License

下载


Abcdspec-compliant

ui-3dsurfaces

This app takes a configured list of URLs for VTK files and renderes it using WebGL. This app is used by Brainlife to show neuro/3dsurfaces datasets.
screenshot
Take a look at this demo

Authors

Contributors

Project Director

Funding

NSF-BCS-1734853
NSF-IIS-1636893

References

TBA

Prerequiste

  1. sudo apt install nodejs
  2. sudo npm install -g lite-server

Installation

  1. git clone https://github.com/brain-life/ui-3dsurfaces.git
  2. cd ui-3dsurfaces
  3. npm install
  4. npm run dev

Your browser should open a ui-3dsurfaces viewer with data from ./testdata directory. Please see index.html to find out how to set paths for input data. and testdata for how to format the input data.