Skip to content

sapo17/GraphicsSeminarSS24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Graphics Seminar Summer Term 2024 at TU Wien

Repository for the CG seminar (S2024).

Report: Seminar submission

You can find the seminar submission in this repository (click here). The differences from the intermediary report can also be found here.

Report: Extended edition

The extended edition is still in the works and planned to be released at the end of June 2024.

Anaconda instructions

Create Environment

conda env create --prefix ./gs_venv -f gs_venv.yml

Activate Environment

conda activate ./gs_venv

Export Environment

conda env export --from-history

Update Environment

conda env update --prefix ./gs_venv --file gs_venv.yml  --prune

Git submodules

  • To retrieve submodules that contain experiments:
    • git submodule update --init --recursive

About

Repository for the Graphics Seminar at TU Wien (2024S)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages