Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakuj/computer-graphics-lab-journal
Lab journal for the Computer Graphics course at DTU
https://github.com/jakuj/computer-graphics-lab-journal
Last synced: 3 days ago
JSON representation
Lab journal for the Computer Graphics course at DTU
- Host: GitHub
- URL: https://github.com/jakuj/computer-graphics-lab-journal
- Owner: JakuJ
- Created: 2019-09-05T20:47:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T17:21:30.000Z (almost 5 years ago)
- Last Synced: 2025-01-03T09:51:51.227Z (8 days ago)
- Language: JavaScript
- Homepage: https://jakuj.github.io/computer-graphics-lab-journal/
- Size: 30.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lab Journal
#### Hosted using GitHub Pages [**here!**](https://jakuj.github.io/computer-graphics-lab-journal/)
This repository contains the source code for the lab journal for the *02561 Computer Graphics* course at the Technical University of Denmark.
## What?
The journal was developed over the course of the 2019/20 winter semester. It consists primarily of 10 short projects (referred to as worksheets) which serve as introduction to increasingly more complex problems in computer graphics - all implemented using WebGL. Each worksheet is annotated with the problem formulation and solved step by step.
The final project concerns a rendering technique known as sphere tracing. The final report is included [at the root of the repository](Final_Project_Report.pdf).
## Links
- [Course description](https://kurser.dtu.dk/course/02561)
- [Course web page](https://courses.compute.dtu.dk/02561/)