This repository uses the WebGL2-based NiiVue to simulate the acacc-viewer of the seminal WebGL1 BrainBrowser.
You can serve a hot-reloadable web page that allows you to interactively modify the source code.
git clone [email protected]:rordenlab/niivue-macacc.git
cd niivue-macacc
npm install
npm run dev
npm run build
npx http-server dist/ # or npm run preview