Surfaces viewer based on VTK
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.
Take a look at this demo
TBA
sudo apt install nodejs
sudo npm install -g lite-server
git clone https://github.com/brain-life/ui-3dsurfaces.git
cd ui-3dsurfaces
npm install
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.