GitHub - SuboptimalEng/volume-rendering: 🌊 The code for my volume rendering implementation in Three.js, GLSL, and React.
🌊 Volume Rendering
Volume rendering is a common technique used to render 3D medical imaging data such as MRIs or CT scans. This repo contains my implementation of the algorithm in Three.js, GLSL, and React. I've posted a 30 second demo on my Twitter and r/GraphicsProgramming.
Setup
git clone https://github.com/SuboptimalEng/volume-rendering.git
cd volume-rendering/
npm install
npm run dev
But wait, there's more! After running these commands, you will be able to open the project in localhost. Ho...
Read more at github.com