Work in Progress
RTVCMv2 is actively under development. Core volumetric rendering and GPU-based cytosol simulation are implemented, while visual blending, parameter controls, and biological modeling are still evolving.
Status:
- ✔ WebGPU volume rendering (MIP)
- ✔ GPU-based cytosol simulation (compute shader)
- 🚧 Visual blending & transfer functions
- 🚧 Parameter UI
RTVCMv2 is a real-time WebGPU application for volumetric rendering and simulation of cellular cytosol data.
It visualizes 3D uint8 volume datasets (e.g. 256×256×256 RAW files) using GPU-accelerated projection and simulates cytosolic motion through custom WGSL shaders with live, interactive parameter editing.
- 🚀 WebGPU-based volumetric MIP rendering
- 🧊 Supports uint8 RAW volumetric datasets
- 🎥 Interactive orbit camera
- 🧬 Cytosol simulation via WGSL shaders
- 🎛 Transfer functions (opacity, threshold)
- ✂️ Volume slicing and clipping
- WebGPU
- TypeScript
- WGSL
- gl-matrix
- Vite (depending on version)
npm install
npm run dev