Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aaronwatters/webgpu_volume

WebGPU support for microscropy image processing
https://github.com/aaronwatters/webgpu_volume

Last synced: about 1 month ago
JSON representation

WebGPU support for microscropy image processing

Awesome Lists containing this project

README

        

# webgpu_volume

WebGPU support for 3 dimensional volume image processing.

Please see

https://users.flatironinstitute.org/~awatters/volumes/html/listing.html
for some
volume viewer examples built using this library.

```bash
npm run build
npm run dev
```

## Update all dependenciess

```bash
rm -r package-lock.json node_modules
npm install
```

## Notes:

The project structure is loosely based on the vite/library strategy outlined here:
https://andrewwalpole.com/blog/use-vite-for-javascript-libraries/