This repository forms the basis of the "Basic Volumetric Rendering" workshop at the Graphics Programming Conference held in Breda, 2024.
- A browser which supports WebGL2 (e.g. Chrome, Firefox)
- A local web server (This is due to CORS restrictions on file loading)
- Clone the repository
- Configure a web server to load
index.html
in the top folder - Run the web server
- Navigate to
http://localhost:8080
(or the specified port)