Skip to content

BastienCagna/web-brain-viewer

Repository files navigation

Web Brain Viewer

Welcome to the WBV project. This typescript base package provide a web viewer dedicated to brain mesh visualization based on ThreeJS.

Quick start

If your are interest in to adding a viewer to your webpage, you just new to download the last javascript release and add it to your page.

Development

Feel free to contribute by creating new issues, create your own fork...etc

Install

sudo apt install npm
npm install 

Build

rollup --config
# Or if you are editing the package:
rollup --config --watch

Generate documentation

You can use typedoc to generate the documentation by following those steps:

npm run doc