/cg-tutorial-vis

Interactive tutorial to explain the computer graphics rendering pipeline

Primary LanguageVue

Computer Graphics Tutorial

Interactive tutorial to explain the computer graphics rendering pipeline.

Installation

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

Development environment

Start local development server:

npm run serve

Build project

npm run build