Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aaronwatters/webgpu_volume
- Owner: AaronWatters
- License: bsd-2-clause
- Created: 2023-09-11T18:55:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-12T14:30:32.000Z (9 months ago)
- Last Synced: 2024-04-12T21:15:29.446Z (9 months ago)
- Language: JavaScript
- Size: 21.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/