Interactive tutorial to explain the computer graphics rendering pipeline.
Optionally install vue cli and run vue ui:
npm install -g @vue/cli
vue ui
Clone repository and install dependencies:
git clone https://github.com/JKU-ICG/cg-tutorial-vis.git
cd cg-tutorial-vis
npm install
Start local development server:
npm run serve
npm run build