Skip to content

rordenlab/niivue-macacc

Repository files navigation

niivue-tinygrad

This repository uses the WebGL2-based NiiVue to simulate the acacc-viewer of the seminal WebGL1 BrainBrowser.

For Developers

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

to build and serve the built version

npm run build
npx http-server dist/ # or npm run preview

Releases

No releases published

Packages

No packages published