Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.05 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.05 KB

Computer Graphics Labs

This repository contains the labs for the course Computer Graphics at the Johannes Kepler University Linz, Austria.

Slides and lab material can be found in Moodle.

Staff

  • Günter Wallner
  • Rakesh John Amala Arokia Nathan
  • Letian Wang

Launch

  1. Clone this repository: git clone https://github.com/JKU-ICG/cg_lab_2024.git
  2. Open the whole folder in VS Code
  3. Click Go Live button in the bottom right corner, provided by the Live Server extension
  4. Open http://localhost:5500 (or whatever port is displayed) in the browser

Structure

  • libs
  • 00_empty basic template for own projects based on this setup
  • XX_TOPIC_handout handout version of a lab project
  • XX_TOPIC final lab project containing all steps done during the lab