Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 598 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 598 Bytes

Voxel Renderer

Screenshot of engine, coloured by position of voxel

This repository houses both the code and reports for my final year engineering thesis where I created a voxel rendering engine. You can you view the full report here as well as live app hosted with GitHub Pages here.

Running the App

cd app
pnpm i
pnpm dev

Deploy

cd app
pnpm run deploy