Interactive visualization for multi-dimensional images, geometry, and point sets.
ITK-Viewer is a modern visualization library designed to provide efficient and insightful data visualization. It allows you to view and interact with multi-dimensional images, geometric data, and point sets, making it an essential tool for data analysis and software development.
By leveraging ITK-Viewer, developers and researchers can create beautiful and functional visualizations with ease, leading to faster insights and better outcomes.
Contributions are welcome and appreciated.
npm i -g pnpm
pnpm i
pnpm build
pnpm test
npm i -g pnpm
pnpm i
pnpm dev
Then open http://localhost:5173/
in browser
pnpm changeset
. Commit the changeset markdown file.main
branch and merge. release.yml
workflow sees there is
a new changeset markdown file and creates a new chore: update versions
PR.chore: update version
PR on main and release.yml
will publish new NPM packages.Recipe that was followed to setup changesets in this repo: