Welcome to the repository for the Introduction to Geometry Processing at the Summer Geometry Institute 2023. This repository features excercises to acquaint you with MATLAB, the gptoolbox library, and basic geometry processing concepts. Complete the exercises in order from 001 to 999!
The courses are as follows:
- 1st day: 0xx, by Oded Stein
- 2nd day: 2xx, by Silvia SellΓ‘n
- 3th day: 3xx, by Michal Edelstein and Patrick Schmidt
- 4rd day: 1xx, by Jiayi Eris Zhang
- 5th day: 4xx, by Nick Sharp
We thank Peter Rock and Leticia Mattos Da Silva for their help in designing the course.
In order to complete this course, please download the git repository and save it on your computer. You can do this by going to the base of the repository, and either:
- Install the repository as a zip file.
To do this, click on the green button on the page labeled
Code
, and then clickDownload ZIP
. Unpack the ZIP file somewhere on your computer, and navigate to that directory in MATLAB. - If you are familiar with git, open your system's console, and run the following command in the directory you want this tutorial to be downloaded to:
git clone https://github.com/odedstein/sgi-introduction-course.git
Now, navigate to this directory in MATLAB.
You are now ready to do your first exercise!