NeuroVis is a web-based neuroimaging visualization tool, it adds an UI overlay on top of Niivue rendering engine.
https://github.com/niivue/niivue
For server functionality check the Server Section
- When importing data with time series, remember to toggle the "Is 4D volume" checkbox
- Clone this repo!
git clone
- Install dependencies
npm install
- Run local server
npm run dev
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix",
"format": "prettier --write src/"
A python server was built to add the functionality to fetch files from a database, api or a local server. For it's development and how to run it, check the NeuroServe repo.
Initial Screen
Annotations
Time Series
Click to open
- Add more options and finer controls to volume and mesh e.g. a. change colormap for individual volume/mesh b. opacity slider for individual volume/mesh
- Add drawing to annotations.
- Fetch graph data directly from file and display graph on a separate UI element.
- UX improvements.
- Adding more functionalities from Niivue.
www.wishforge.games on freeicons.io
Melvin ilham Oktaviansyah on freeicons.io


